@firecms/core 3.0.0-canary.130 → 3.0.0-canary.131
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 +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +0 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/core/FireCMS.tsx +0 -2
package/dist/index.umd.js
CHANGED
|
@@ -19184,7 +19184,6 @@
|
|
|
19184
19184
|
accessResponse?.message && /* @__PURE__ */ jsxRuntime.jsx(ui.Typography, { children: accessResponse?.message })
|
|
19185
19185
|
] });
|
|
19186
19186
|
}
|
|
19187
|
-
console.log("FireCMS render");
|
|
19188
19187
|
return /* @__PURE__ */ jsxRuntime.jsx(AnalyticsContext.Provider, { value: analyticsController, children: /* @__PURE__ */ jsxRuntime.jsx(CustomizationControllerContext.Provider, { value: customizationController, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
19189
19188
|
UserConfigurationPersistenceContext.Provider,
|
|
19190
19189
|
{
|