feat(render.data_frame): Add more methods to render.data_frame()
#1718
Annotations
4 warnings
Build:
js/dataframe/cell.tsx#L318
React Hook useEffect has a missing dependency: 'resetEditInfo'. Either include it or remove the dependency array
|
Build:
js/dataframe/index.tsx#L162
React Hook useMemo has unnecessary dependencies: 'cellEditMap', 'editColumnIndex', and 'editRowIndex'. Either exclude them or remove the dependency array
|
Build:
js/dataframe/index.tsx#L358
React Hook React.useCallback has an unnecessary dependency: 'tbodyRef.current'. Either exclude it or remove the dependency array. Mutable values like 'tbodyRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Build:
js/dataframe/request.ts#L6
Unexpected any. Specify a different type
|
Loading