[Snyk] Security upgrade axios from 1.6.8 to 1.13.5 #733
Annotations
2 errors and 3 warnings
|
Linter
Process completed with exit code 1.
|
|
Linter:
src/pages/Auth/index.tsx#L53
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
Linter:
src/pages/Tasks/main.tsx#L31
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
|
Linter:
src/pages/Auth/index.tsx#L73
React Hook useEffect has missing dependencies: 'sendRequest', 'setState', and 'updateUserContext'. Either include them or remove the dependency array
|
|
Linter:
src/hooks/expenseContext.tsx#L22
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
Loading