mirror of
https://github.com/gosticks/react-table.git
synced 2026-07-04 11:20:02 +00:00
Fix useTableState setState memoization
This commit is contained in:
@@ -7,6 +7,7 @@ import { addActions, actions } from '../actions'
|
||||
import { defaultState } from '../hooks/useTableState'
|
||||
|
||||
defaultState.filters = {}
|
||||
|
||||
addActions('setFilter', 'setAllFilters')
|
||||
|
||||
const propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user