@dreamtree-org/twreact-ui 1.0.64 → 1.0.65
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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4334,7 +4334,7 @@ var Table = function Table(_ref) {
|
|
|
4334
4334
|
nextRecords: paginatedData
|
|
4335
4335
|
}
|
|
4336
4336
|
});
|
|
4337
|
-
}, [filters, currentPage, limit
|
|
4337
|
+
}, [filters, currentPage, limit]);
|
|
4338
4338
|
React.useEffect(function () {
|
|
4339
4339
|
if (!onFetch && isValidList(data)) setTableData(data);
|
|
4340
4340
|
}, [data, onFetch]);
|