Skip to content

Fix kanji db variants seed script #107

Fix kanji db variants seed script

Fix kanji db variants seed script #107

Triggered via push November 21, 2024 13:42
Status Success
Total duration 6m 25s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 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
🚀 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/