build(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.10.0 #18
Annotations
1 error and 2 warnings
Build
Process completed with exit code 1.
|
Lint (18.x):
src/components/video/video-block/VideoBlock.tsx#L111
The 'playerTicker' function makes the dependencies of useCallback Hook (at line 151) change on every render. To fix this, wrap the definition of 'playerTicker' in its own useCallback() Hook
|
Lint (18.x):
src/components/video/video-block/VideoBlock.tsx#L179
React Hook useEffect has a missing dependency: 'documentResizeHandler'. Either include it or remove the dependency array
|