react-crud-mobile 1.0.752 → 1.0.753

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.
@@ -851,6 +851,7 @@ function UIList(props) {
851
851
  scope.updateIndex = ++index;
852
852
  setIndex(index);
853
853
  };
854
+ var keyData = scope.key('data', index);
854
855
  var items = reactCrudUtils.Utils.call(function () {
855
856
  var _original$list;
856
857
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
@@ -918,7 +919,6 @@ function UIList(props) {
918
919
  })]
919
920
  }, keyData);
920
921
  };
921
- var keyData = scope.key('data');
922
922
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
923
923
  children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
924
924
  placeholder: "Pesquisar...",