1) Feature/mobile login #41
Annotations
6 warnings
Check lint:
components/organisms/Admin/DevicesAdmin/DeviceApiKeyModal.tsx#L32
React Hook useEffect has a missing dependency: 'deviceId'. Either include it or remove the dependency array
|
Check lint:
components/organisms/Admin/SamplingPointsAdmin/Forms/SampleForm/index.tsx#L76
React Hook useEffect has a missing dependency: 'initialData'. Either include it or remove the dependency array
|
Check lint:
components/organisms/Demo/DemoVessel.tsx#L70
React Hook useEffect has missing dependencies: 'lancha' and 'setter'. Either include them or remove the dependency array. If 'setter' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Check lint:
pages/auth/mobile/login.tsx#L71
React Hook useEffect has a missing dependency: 'user'. Either include it or remove the dependency array
|
Check lint:
pages/index.tsx#L140
React Hook useEffect has a missing dependency: 'webSocketURL'. Either include it or remove the dependency array
|
Check lint:
utils/useCloseOnEscape.ts#L16
React Hook useEffect has a missing dependency: 'handleKeyPress'. Either include it or remove the dependency array
|
Loading