Fix seed script run #113
Annotations
2 errors and 4 warnings
🚀 Deploy
Canceling since a higher priority waiting request for '🚀 Deploy-refs/heads/main' exists
|
🚀 Deploy
The operation was canceled.
|
⬣ 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`
|