Eject create-react-app

This commit is contained in:
Infinite
2020-01-24 12:59:37 +01:00
parent 95bedc77fe
commit 1928f09dcf
18 changed files with 2608 additions and 2387 deletions

View File

@@ -94,7 +94,7 @@ const useList = <QueryResult extends IQueryResult, QueryData extends IDataItem>(
}
// make a copy of the filter and call the hook
let newFilter = _.cloneDeep(filter);
const newFilter = _.cloneDeep(filter);
return options.filterHook(newFilter);
}