react-crud-mobile 1.3.287 → 1.3.289

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.
@@ -908,7 +908,7 @@ function UIListRow(props) {
908
908
  data: item
909
909
  }))),
910
910
  row = _useState[0];
911
- //v4
911
+ //v5
912
912
  var targetRef = React.useRef(null);
913
913
  var isVisible = useIsVisible(targetRef, row);
914
914
  var onClick = function onClick(item) {