@firecms/core 3.0.0-canary.91 → 3.0.0-canary.93

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 CHANGED
@@ -3982,6 +3982,10 @@ function useBuildNavigationController(props) {
3982
3982
  collectionsRef.current = resolvedCollections;
3983
3983
  shouldUpdateTopLevelNav = true;
3984
3984
  }
3985
+ if (collectionsRef.current === void 0) {
3986
+ collectionsRef.current = resolvedCollections;
3987
+ shouldUpdateTopLevelNav = true;
3988
+ }
3985
3989
  if (!equal(viewsRef.current, resolvedViews)) {
3986
3990
  viewsRef.current = resolvedViews;
3987
3991
  shouldUpdateTopLevelNav = true;