react-crud-mobile 1.0.657 → 1.0.658
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.
- package/dist/react-crud-mobile.cjs.development.js +1 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIListRow.tsx +1 -1
|
@@ -735,7 +735,7 @@ function UIListRow(props) {
|
|
|
735
735
|
});
|
|
736
736
|
};
|
|
737
737
|
var Child = function Child() {
|
|
738
|
-
if (!isVisible && !row.visible && index > 20) {
|
|
738
|
+
if (!isVisible && original.useIsInView && !row.visible && index > 20) {
|
|
739
739
|
return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
|
|
740
740
|
}
|
|
741
741
|
return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|