@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.es.js
CHANGED
|
@@ -19180,7 +19180,6 @@ function FireCMS(props) {
|
|
|
19180
19180
|
accessResponse?.message && /* @__PURE__ */ jsx(Typography, { children: accessResponse?.message })
|
|
19181
19181
|
] });
|
|
19182
19182
|
}
|
|
19183
|
-
console.log("FireCMS render");
|
|
19184
19183
|
return /* @__PURE__ */ jsx(AnalyticsContext.Provider, { value: analyticsController, children: /* @__PURE__ */ jsx(CustomizationControllerContext.Provider, { value: customizationController, children: /* @__PURE__ */ jsx(
|
|
19185
19184
|
UserConfigurationPersistenceContext.Provider,
|
|
19186
19185
|
{
|