notifs #141
Merged
notifs #141
Annotations
2 errors and 9 warnings
|
|
|
|
|
frontend/src/components/PersistLogin.tsx#L24
React Hook useEffect has a missing dependency: 'refresh'. Either include it or remove the dependency array
|
|
frontend/src/hooks/car-hooks/useCars.ts#L38
React Hook useCallback has missing dependencies: 'auth', 'navigate', and 'refresh'. Either include them or remove the dependency array. Outer scope values like 'fetchWithAuth' aren't valid dependencies because mutating them doesn't re-render the component
|
|
frontend/src/hooks/driver-hooks/useDrivers.ts#L37
React Hook useCallback has missing dependencies: 'navigate' and 'refresh'. Either include them or remove the dependency array
|
|
frontend/src/hooks/driver-hooks/useGetDriver.ts#L48
React Hook useEffect has missing dependencies: 'id', 'navigate', and 'refresh'. Either include them or remove the dependency array
|
|
frontend/src/hooks/useGetRegistration.ts#L42
React Hook useEffect has missing dependencies: 'navigate' and 'refresh'. Either include them or remove the dependency array
|
|
frontend/src/hooks/useGetViolators.ts#L42
React Hook useEffect has missing dependencies: 'navigate' and 'refresh'. Either include them or remove the dependency array
|
|
frontend/src/hooks/useNotif.ts#L34
React Hook useEffect has a missing dependency: 'fetchNotif'. Either include it or remove the dependency array
|
|
frontend/src/hooks/useUser.ts#L40
React Hook useEffect has missing dependencies: 'navigate' and 'refresh'. Either include them or remove the dependency array
|
|
frontend/src/main.tsx#L38
Fast refresh only works when a file has exports. Move your component(s) to a separate file
|
The logs for this run have expired and are no longer available.
Loading