react-crud-mobile 1.3.32 → 1.3.34
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/react-crud-mobile.cjs.development.js +1 -0
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -0
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +2 -0
|
@@ -1607,6 +1607,7 @@ function UIElement(props) {
|
|
|
1607
1607
|
var _useState3 = React.useState(null),
|
|
1608
1608
|
error = _useState3[0],
|
|
1609
1609
|
setError = _useState3[1];
|
|
1610
|
+
scope.compile(props);
|
|
1610
1611
|
crud = scope.crud;
|
|
1611
1612
|
var options = scope.getOptions();
|
|
1612
1613
|
var original = scope.original;
|