Removed npm legacy files. Fixed drawer behavior. #182
Annotations
1 error and 3 warnings
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests:
components/quiz/index.tsx#L48
The 'handleCheckAnswerAndExpandDrawer' function makes the dependencies of useCallback Hook (at line 110) change on every render. To fix this, wrap the definition of 'handleCheckAnswerAndExpandDrawer' in its own useCallback() Hook
|
Run tests:
components/quiz/useQuizState.tsx#L69
React Hook useEffect has a missing dependency: 'generateQuestionOrder'. Either include it or remove the dependency array
|
Loading