@pdg/react-table 1.0.7 → 1.0.8

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
@@ -9028,7 +9028,7 @@ Table.defaultProps = TableDefaultProps;var SearchTableDefaultProps = {};var Sear
9028
9028
  if (data)
9029
9029
  getData(data);
9030
9030
  }
9031
- }, [hash, window.location.hash, getData]);
9031
+ }, [window.location.hash]);
9032
9032
  //--------------------------------------------------------------------------------------------------------------------
9033
9033
  var hashChange = useCallback(function (params) {
9034
9034
  if (onRequestHashChange) {