react-crud-mobile 1.3.523 → 1.3.525

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.js CHANGED
@@ -2277,6 +2277,10 @@ function UIElement(props) {
2277
2277
  let extra = {};
2278
2278
  if (!component) {
2279
2279
  extra = { ...localScope?.original };
2280
+ if (!import_react_crud_utils18.Utils.isEmpty(extra.children)) {
2281
+ component = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_jsx_runtime25.Fragment, { children: extra.children });
2282
+ console.log(component);
2283
+ }
2280
2284
  delete extra.scope;
2281
2285
  delete extra.crud;
2282
2286
  delete extra.owner;