⬆️ Bump postcss from 8.4.24 to 8.4.31 #197
Annotations
7 warnings
eslint:
packages/custoplayer/src/App.tsx#L5
'useVideoElem' is defined but never used
|
eslint:
packages/custoplayer/src/lib/hooks.tsx#L87
React Hook useEffect has missing dependencies: 'handleProgressMouseUp' and 'playState'. Either include them or remove the dependency array
|
eslint:
packages/custoplayer/src/lib/hooks.tsx#L310
React Hook useEffect has missing dependencies: 'handleMouseMove' and 'timer'. Either include them or remove the dependency array
|
eslint:
packages/custoplayer/src/lib/hooks.tsx#L385
React Hook useEffect has a missing dependency: 'setVideoRef'. Either include it or remove the dependency array. If 'setVideoRef' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
eslint:
packages/custoplayer/src/lib/hooks.tsx#L410
'options' is defined but never used
|
eslint:
packages/custoplayer/src/lib/hooks.tsx#L415
React Hook useEffect has missing dependencies: 'videoContainer' and 'videoElem'. Either include them or remove the dependency array
|
eslint:
packages/custoplayer/src/lib/utils.tsx#L233
'_' is assigned a value but never used
|