Try migrating to react-router v7 #120
Annotations
2 warnings
🔬 Lint:
app/features/dictionary/FigureStrokesAnimation.tsx#L28
The 'startAnimation' function makes the dependencies of useEffect Hook (at line 58) change on every render. To fix this, wrap the definition of 'startAnimation' in its own useCallback() Hook
|
🔬 Lint:
app/features/dictionary/FigureStrokesAnimation.tsx#L34
The 'stopAnimation' function makes the dependencies of useEffect Hook (at line 58) change on every render. To fix this, wrap the definition of 'stopAnimation' in its own useCallback() Hook
|
Loading