react-crud-mobile 1.0.653 → 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,