fix: settings shortcuts #199
Merged
Annotations
1 warning
|
Lint:
src/features/git/components/GitDiffViewer.tsx#L451
The ref value 'rowResizeObserversRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'rowResizeObserversRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
Loading