Skip to content

Try migrating to react-router v7 #120

Try migrating to react-router v7

Try migrating to react-router v7 #120

Triggered via push November 24, 2024 16:36
Status Failure
Total duration 1m 45s
Artifacts

deploy.yml

on: push
⬣ ESLint
45s
⬣ ESLint
ʦ TypeScript
36s
ʦ TypeScript
⚡ Vitest
39s
⚡ Vitest
🚀 Deploy
0s
🚀 Deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
ʦ TypeScript
Process completed with exit code 2.
⬣ ESLint: 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
⬣ ESLint: 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