fix: dingens lol haher #121
Merged
Annotations
10 warnings
Run lint:
mobile-app/api/realtime/index.ts#L3
'Logger' is defined but never used
|
Run lint:
mobile-app/api/realtime/useRealtimeConnection.ts#L9
'RealtimeAffectedEntity' is defined but never used
|
Run lint:
mobile-app/api/realtime/useRealtimeConnection.ts#L11
'RealtimeEvent' is defined but never used
|
Run lint:
mobile-app/api/realtime/useRealtimeConnection.ts#L122
The ref value 'client.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'client.current' to a variable inside the effect, and use that variable in the cleanup function
|
Run lint:
mobile-app/api/realtime/useRealtimeConnection.ts#L124
React Hook useEffect has missing dependencies: 'hoher' and 'writeLogs'. Either include them or remove the dependency array. Mutable values like 'client.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run lint:
mobile-app/app/(tabs)/index.tsx#L25
'sortingAlgorithm' is assigned a value but never used
|
Run lint:
mobile-app/app/debugLog.tsx#L6
'env' is defined but never used
|
Run lint:
mobile-app/app/joinGroup.tsx#L26
React Hook useEffect has a missing dependency: 'selectGroup'. Either include it or remove the dependency array
|
Run lint:
mobile-app/app/pastSeasons.tsx#L101
Unreachable code
|
Run lint:
mobile-app/components/MatchVsHeader.tsx#L23
'redWon' is assigned a value but never used
|
Loading