[deps] Bump deps #197
Annotations
5 warnings
src/cells/AntdSimpleCells.tsx#L63
React Hook useEffect has a missing dependency: 'options.relativeFont'. Either include it or remove the dependency array
|
src/cells/CellRenderer.tsx#L80
React Hook useEffect has a missing dependency: 'uiOptions.relativeFont'. Either include it or remove the dependency array. If 'setFontSize' needs the current value of 'uiOptions.relativeFont', you can also switch to useReducer instead of useState and read 'uiOptions.relativeFont' in the reducer
|
src/data-controls/SelectControl.tsx#L19
The 'data' array makes the dependencies of useEffect Hook (at line 46) change on every render. To fix this, wrap the initialization of 'data' in its own useMemo() Hook
|
src/data-controls/SelectControl.tsx#L20
The 'dataObject' object makes the dependencies of useEffect Hook (at line 46) change on every render. To fix this, wrap the initialization of 'dataObject' in its own useMemo() Hook
|
src/util/ContextToProps.tsx#L279
React Hook useMemo has a missing dependency: 'store'. Either include it or remove the dependency array
|
This job succeeded
Loading