@firecms/core 3.0.0-canary.23 → 3.0.0-canary.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/storage.d.ts +11 -3
- package/package.json +4 -4
- package/src/hooks/useBuildNavigationController.tsx +1 -3
- package/src/internal/useBuildSideEntityController.tsx +2 -0
- package/src/types/storage.ts +12 -3
package/dist/index.es.js
CHANGED
|
@@ -14316,9 +14316,6 @@ function $u(e) {
|
|
|
14316
14316
|
}, [R, P]), ae = x(async () => {
|
|
14317
14317
|
if (!i.initialLoading) {
|
|
14318
14318
|
try {
|
|
14319
|
-
console.debug("Refreshing navigation", {
|
|
14320
|
-
authController: i
|
|
14321
|
-
});
|
|
14322
14319
|
const [M = [], re, Z = []] = await Promise.all(
|
|
14323
14320
|
[
|
|
14324
14321
|
yd(a, o, i, u, p),
|
|
@@ -15166,7 +15163,8 @@ const Bd = (e, t) => {
|
|
|
15166
15163
|
p === 0 ? t.replace(Wt(m, e, a)) : t.open(Wt(m, e, a));
|
|
15167
15164
|
}, 1);
|
|
15168
15165
|
}
|
|
15169
|
-
}
|
|
15166
|
+
} else
|
|
15167
|
+
console.warn("Location path is not a collection path");
|
|
15170
15168
|
i.current = !0;
|
|
15171
15169
|
}
|
|
15172
15170
|
}, [r, e, t, a]);
|