mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-16 23:10:17 +00:00
fix: fix spelling of manualGroupBy parameter (#1860)
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
This commit is contained in:
co-authored by
Tanner Linsley
parent
c984796190
commit
812b416367
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"dist/index.js": {
|
||||
"bundled": 113198,
|
||||
"minified": 52513,
|
||||
"gzipped": 13835
|
||||
},
|
||||
"dist/index.es.js": {
|
||||
"bundled": 112261,
|
||||
"minified": 51677,
|
||||
"gzipped": 13669,
|
||||
"bundled": 126701,
|
||||
"minified": 59700,
|
||||
"gzipped": 15373
|
||||
|
||||
@@ -128,7 +128,6 @@ function useInstance(instance) {
|
||||
state: { groupBy },
|
||||
dispatch,
|
||||
autoResetGroupBy = true,
|
||||
manaulGroupBy,
|
||||
disableGroupBy,
|
||||
defaultCanGroupBy,
|
||||
getHooks,
|
||||
@@ -320,7 +319,7 @@ function useInstance(instance) {
|
||||
if (getAutoResetGroupBy()) {
|
||||
dispatch({ type: actions.resetGroupBy })
|
||||
}
|
||||
}, [dispatch, manaulGroupBy ? null : data])
|
||||
}, [dispatch, manualGroupBy ? null : data])
|
||||
|
||||
Object.assign(instance, {
|
||||
preGroupedRows: rows,
|
||||
|
||||
Reference in New Issue
Block a user