(FE) Add Global Error Handling #38
Annotations
2 errors and 3 warnings
Check the source code (18.x):
frontend/src/App.tsx#L9
'useEffect' is defined but never used
|
Check the source code (18.x)
Process completed with exit code 1.
|
Check the source code (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check the source code (18.x):
frontend/src/App.tsx#L50
React Hook useMemo has a missing dependency: 'handleError'. Either include it or remove the dependency array
|
Check the source code (18.x):
frontend/src/hooks/useErrorHandler.ts#L8
React Hook useCallback has a missing dependency: 'enqueueSnackbar'. Either include it or remove the dependency array
|