Change actions and addActions to be simpler to use

This commit is contained in:
tannerlinsley
2019-07-23 12:30:15 -06:00
parent e82d2d4b36
commit c7d6562d04
8 changed files with 24 additions and 29 deletions
+1 -4
View File
@@ -7,10 +7,7 @@ import { defaultState } from '../hooks/useTableState'
defaultState.expanded = {}
addActions({
toggleExpanded: '__toggleExpanded__',
useExpanded: '__useExpanded__',
})
addActions('toggleExpanded', 'useExpanded')
const propTypes = {
manualExpandedKey: PropTypes.string,