chore(deps): update dependency eslint-config-hyoban to v3.1.10 #9
Annotations
10 warnings
src/renderer/src/components/modules/player/index.tsx#L65
React Hook useEffect has missing dependencies: 'currentMatchedVideo.animeTitle' and 'toast'. Either include them or remove the dependency array
|
src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'left-[50%]' could be replaced by 'left-1/2' or 'left-2/4'
|
src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'top-[50%]' could be replaced by 'top-1/2' or 'top-2/4'
|
src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'translate-x-[-50%]' could be replaced by '-translate-x-1/2' or '-translate-x-2/4'
|
src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'translate-y-[-50%]' could be replaced by '-translate-y-1/2' or '-translate-y-2/4'
|
src/renderer/src/hooks/use-before-mounted.ts#L5
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/renderer/src/hooks/use-before-mounted.ts#L6
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/renderer/src/providers/ProviderComposer.tsx#L13
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
src/renderer/src/providers/player/PlayerProvider.tsx#L57
React Hook useEffect has a missing dependency: 'setCurrentMatchedVideo'. Either include it or remove the dependency array
|
src/renderer/src/providers/player/PlayerProvider.tsx#L73
React Hook useEffect has a missing dependency: 'resetCurrentMatchedVideo'. Either include it or remove the dependency array
|
This job succeeded
Loading