@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.umd.js CHANGED
@@ -3986,6 +3986,10 @@
3986
3986
  collectionsRef.current = resolvedCollections;
3987
3987
  shouldUpdateTopLevelNav = true;
3988
3988
  }
3989
+ if (collectionsRef.current === void 0) {
3990
+ collectionsRef.current = resolvedCollections;
3991
+ shouldUpdateTopLevelNav = true;
3992
+ }
3989
3993
  if (!equal(viewsRef.current, resolvedViews)) {
3990
3994
  viewsRef.current = resolvedViews;
3991
3995
  shouldUpdateTopLevelNav = true;