Extend job messages #1826
Annotations
1 error and 2 warnings
Lint
Process completed with exit code 1.
|
Lint:
src/components/replica/index.tsx#L231
React Hook useEffect has a missing dependency: 'getLog'. Either include it or remove the dependency array. If 'getLog' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/replica/index.tsx#L239
React Hook useEffect has missing dependencies: 'getHistoryLog' and 'log'. Either include them or remove the dependency array. If 'getHistoryLog' changes too often, find the parent component that defines it and wrap that definition in useCallback
|