Skip to content

Warn on import order lint notice #116

Warn on import order lint notice

Warn on import order lint notice #116

Triggered via push November 24, 2024 15:43
Status Failure
Total duration 4m 12s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
🚀 Deploy
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: prisma/kanjisense/seedKanjisenseFigureRelation.ts#L15
`./getListsMembership` import should occur before import of `./inBatchesOf`
⬣ ESLint: prisma/kanjisense/seedKanjisenseFigures.ts#L28
`./getListsMembership` import should occur before import of `./inBatchesOf`
🚀 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/