Context Rework #157
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint with ESLint:
client/app/components/auth/AuthButtons.tsx#L1
'useFonts' is defined but never used
|
Lint with ESLint:
client/app/components/auth/AuthButtons.tsx#L2
'useState' is defined but never used
|
Lint with ESLint:
client/app/components/auth/AuthButtons.tsx#L8
'Alert' is defined but never used
|
Lint with ESLint:
client/app/contexts/LocationContext.tsx#L60
React Hook useEffect has missing dependencies: 'location.latitude' and 'location.longitude'. Either include them or remove the dependency array
|
Lint with ESLint:
client/app/contexts/SocketContext.tsx#L36
React Hook useEffect has a missing dependency: 'socket'. Either include it or remove the dependency array
|
Lint with ESLint:
client/app/contexts/SocketContext.tsx#L62
React Hook useEffect has a missing dependency: 'locationContext'. Either include it or remove the dependency array
|
Lint with ESLint:
client/app/contexts/UserContext.tsx#L12
'setUser' is assigned a value but never used
|
Lint with ESLint:
client/app/navigation/AppNavigator.tsx#L2
'StyleSheet' is defined but never used
|
Lint with ESLint:
client/app/navigation/AppNavigator.tsx#L2
'Text' is defined but never used
|
Lint with ESLint:
client/app/navigation/AppNavigator.tsx#L2
'View' is defined but never used
|
Loading