@firecms/core 3.0.0-canary.22 → 3.0.0-canary.24

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/core",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.22",
4
+ "version": "3.0.0-canary.24",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -46,8 +46,8 @@
46
46
  "./package.json": "./package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@firecms/formex": "^3.0.0-canary.22",
50
- "@firecms/ui": "^3.0.0-canary.22",
49
+ "@firecms/formex": "^3.0.0-canary.24",
50
+ "@firecms/ui": "^3.0.0-canary.24",
51
51
  "@fontsource/ibm-plex-mono": "^5.0.12",
52
52
  "@fontsource/roboto": "^5.0.12",
53
53
  "@hello-pangea/dnd": "^16.5.0",
@@ -115,7 +115,7 @@
115
115
  "dist",
116
116
  "src"
117
117
  ],
118
- "gitHead": "3f36b3c0c63449e35a00c121e2df3acf605f81a8",
118
+ "gitHead": "6f9c2573fa141b07ce215b105e8eeb5030fb2540",
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  }
@@ -350,6 +350,10 @@ export function useBuildNavigationController<EC extends EntityCollection, UserTy
350
350
  return paths;
351
351
  }, [getCollectionFromIds]);
352
352
 
353
+ console.debug("Navigation", {
354
+ initialised,
355
+ navigationLoading
356
+ });
353
357
  return {
354
358
  collections: collectionsRef.current,
355
359
  views: viewsRef.current,