Server #4
Annotations
6 warnings
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: 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:
project/src/components/app/app.tsx#L35
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Check:
project/src/components/app/app.tsx#L42
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Check:
project/src/components/main-empty/main-empty.tsx#L11
React Hook useMemo has a missing dependency: 'error'. Either include it or remove the dependency array
|
Check:
project/src/components/map/map.tsx#L53
React Hook useEffect has missing dependencies: 'currentCustomIcon' and 'defaultCustomIcon'. Either include them or remove the dependency array
|