Skip to content

Analysis, popper ux, keyword, and copy tweaks #129

Analysis, popper ux, keyword, and copy tweaks

Analysis, popper ux, keyword, and copy tweaks #129

Triggered via push November 25, 2024 16:07
Status Failure
Total duration 55s
Artifacts

deploy.yml

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

Annotations

2 errors and 3 warnings
⬣ ESLint: app/routes/browse.compound-components.tsx#L173
'totalCompoundNonCharacterVariantComponents' is assigned a value but never used
⬣ ESLint
Process completed with exit code 1.
⬣ 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