feat: implements options in dataTable #142
Annotations
10 warnings
build (18.x):
src/core/data-display/data-table/data-table-query-paginated.stories.tsx#L318
React Hook useMemo has a missing dependency: 'newData'. Either include it or remove the dependency array
|
build (18.x):
src/core/data-display/data-table/data-table-query-paginated.tsx#L219
React Hook useEffect has a missing dependency: 'handleChangePerPage'. Either include it or remove the dependency array
|
build (18.x):
src/core/data-display/data-table/rows.tsx#L175
React Hook useCallback has a missing dependency: 'onUpdate'. Either include it or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build (18.x):
src/core/data-display/data-table/rows.tsx#L228
React Hook useCallback has a missing dependency: 'onUpdate'. Either include it or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build (18.x):
src/core/data-display/data-table/use-paginated.ts#L72
React Hook useEffect has missing dependencies: 'splitData' and 'state.actualPage'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setState' needs the current value of 'state.actualPage'
|
build (18.x):
src/core/data-display/data-table/use-paginated.ts#L79
React Hook useEffect has a missing dependency: 'splitData'. Either include it or remove the dependency array
|
build (18.x):
src/core/data-display/data-table/use-rows-state.ts#L40
React Hook useEffect has missing dependencies: 'isHidden', 'newRow', and 'state.internal'. Either include them or remove the dependency array
|
build (18.x):
src/core/data-display/data-table/use-rows-state.ts#L40
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
build (18.x):
src/core/inputs/auto-complete/index.tsx#L103
React Hook useEffect has missing dependencies: 'props.autoFocus', 'props.focusDelay', and 'props.openOnFocus'. Either include them or remove the dependency array
|
build (18.x):
src/core/inputs/auto-complete/index.tsx#L150
React Hook useEffect has a missing dependency: 'getSuggestions'. Either include it or remove the dependency array
|