chore(deps): update dependency @iconify-json/mingcute to v1.2.1 #17
Annotations
10 warnings
Lint and Typecheck (18.x):
src/renderer/src/components/ui/artplayer/ArtPlayer.tsx#L44
React Hook useEffect has missing dependencies: 'getInstance' and 'option'. Either include them or remove the dependency array. If 'getInstance' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint and Typecheck (18.x):
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'
|
Lint and Typecheck (18.x):
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'
|
Lint and Typecheck (18.x):
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'
|
Lint and Typecheck (18.x):
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'
|
Lint and Typecheck (18.x):
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)
|
Lint and Typecheck (18.x):
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)
|
Lint and Typecheck (18.x):
src/renderer/src/providers/ProviderComposer.tsx#L13
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint and Typecheck (18.x):
src/renderer/src/providers/player/PlayerProvider.tsx#L57
React Hook useEffect has a missing dependency: 'setCurrentMatchedVideo'. Either include it or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/providers/player/PlayerProvider.tsx#L73
React Hook useEffect has a missing dependency: 'resetCurrentMatchedVideo'. Either include it or remove the dependency array
|