react-crud-mobile 1.0.652 → 1.0.654

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.
@@ -725,7 +725,7 @@ function UIListRow(props) {
725
725
  }))),
726
726
  row = _useState[0];
727
727
  var targetRef = React.useRef(null);
728
- var isVisible = useIsVisible(targetRef, scope);
728
+ var isVisible = useIsVisible(targetRef, row);
729
729
  var onClick = function onClick(item) {
730
730
  row.call('click', {
731
731
  value: item,
@@ -735,7 +735,7 @@ function UIListRow(props) {
735
735
  });
736
736
  };
737
737
  var Child = function Child() {
738
- if (!isVisible) {
738
+ if (!isVisible && !row.visible && index > 20) {
739
739
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
740
740
  }
741
741
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {