react-crud-mobile 1.3.286 → 1.3.288

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.
@@ -899,7 +899,7 @@ function UIListRow(props) {
899
899
  data: item
900
900
  }))),
901
901
  row = _useState[0];
902
- //v4
902
+ //v5
903
903
  var targetRef = useRef(null);
904
904
  var isVisible = useIsVisible(targetRef, row);
905
905
  var onClick = function onClick(item) {