(FE) Add Global Error Handling #38
Annotations
2 errors and 3 warnings
Lint:
frontend/src/App.tsx#L9
'useEffect' is defined but never used
|
Lint
Process completed with exit code 1.
|
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/
|
Lint:
frontend/src/App.tsx#L50
React Hook useMemo has a missing dependency: 'handleError'. Either include it or remove the dependency array
|
Lint:
frontend/src/hooks/useErrorHandler.ts#L8
React Hook useCallback has a missing dependency: 'enqueueSnackbar'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading