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.
@@ -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;