react-crud-mobile 1.3.111 → 1.3.112

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.
@@ -888,7 +888,7 @@ function UIListRow(props) {
888
888
  data: item
889
889
  }))),
890
890
  row = _useState[0];
891
- //v3
891
+ //v4
892
892
  var targetRef = React.useRef(null);
893
893
  var isVisible = useIsVisible(targetRef, row);
894
894
  var onClick = function onClick(item) {