Skip to content

Try migrating to vite #118

Try migrating to vite

Try migrating to vite #118

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

deploy.yml

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

Annotations

2 errors and 4 warnings
ʦ TypeScript: app/entry.server.tsx#L12
'isbot' can only be imported by using a default import.
ʦ 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
⬣ 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`