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.
@@ -879,7 +879,7 @@ function UIListRow(props) {
879
879
  data: item
880
880
  }))),
881
881
  row = _useState[0];
882
- //v3
882
+ //v4
883
883
  var targetRef = useRef(null);
884
884
  var isVisible = useIsVisible(targetRef, row);
885
885
  var onClick = function onClick(item) {