react-admin-crud-manager 1.0.2 → 1.0.4

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
@@ -2863,7 +2863,7 @@ mr.propTypes = {
2863
2863
  }).isRequired
2864
2864
  };
2865
2865
  function ha(h) {
2866
- return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx(mr, { config: h }) });
2866
+ return console.info(h, "props passed"), /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx(mr, { config: h.config }) });
2867
2867
  }
2868
2868
  export {
2869
2869
  ha as default