Lint, analysis tweak #130
Annotations
4 warnings
⬣ 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
|
⬣ ESLint:
app/routes/login.tsx#L94
React Hook useEffect has missing dependencies: 'errors?.email' and 'errors?.password'. Either include them or remove the dependency array
|
🚀 Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: SebRollen/[email protected], superfly/flyctl-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|