es-grid-template 1.8.35 → 1.8.36

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.
@@ -232,7 +232,7 @@ const Grid = props => {
232
232
  triggerSorter(rs);
233
233
  }
234
234
  }
235
- }, [onSorter, sorterChange, sorting, table, triggerSorter]);
235
+ }, [sorterChange, sorting, table]);
236
236
  React.useEffect(() => {
237
237
  if (filterChange) {
238
238
  // const filterState = table.getState().columnFilters
@@ -234,7 +234,7 @@ const Grid = props => {
234
234
  triggerSorter(rs);
235
235
  }
236
236
  }
237
- }, [onSorter, sorterChange, sorting, table, triggerSorter]);
237
+ }, [sorterChange, sorting, table]);
238
238
  _react.default.useEffect(() => {
239
239
  if (filterChange) {
240
240
  // const filterState = table.getState().columnFilters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-grid-template",
3
- "version": "1.8.35",
3
+ "version": "1.8.36",
4
4
  "description": "es-grid-template",
5
5
  "keywords": [
6
6
  "react",