@dreamtree-org/twreact-ui 1.0.64 → 1.0.66

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/index.esm.js CHANGED
@@ -4314,7 +4314,7 @@ var Table = function Table(_ref) {
4314
4314
  nextRecords: paginatedData
4315
4315
  }
4316
4316
  });
4317
- }, [filters, currentPage, limit, onFetch]);
4317
+ }, [filters, currentPage, limit]);
4318
4318
  useEffect(function () {
4319
4319
  if (!onFetch && isValidList(data)) setTableData(data);
4320
4320
  }, [data, onFetch]);