datastake-daf 0.6.740 → 0.6.742

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.
@@ -5797,7 +5797,7 @@ function DAFTable(_ref) {
5797
5797
  if (data) {
5798
5798
  setSource(data);
5799
5799
  }
5800
- }, [data.length]);
5800
+ }, [data]);
5801
5801
  const paginationPageSize = pagination === null || pagination === void 0 ? void 0 : pagination.pageSize;
5802
5802
  const dataSource = React.useMemo(() => {
5803
5803
  const pageSize = paginationPageSize ? paginationPageSize : source.length > 10 ? source.length : 10;