chore(release): release v0.0.1-alpha.5 #53
Annotations
10 warnings
Lint, Typecheck, Build, and Deploy (18.x):
src/main/lib/mime-utils.ts#L4
Assignment to function parameter 'ext'
|
Lint, Typecheck, Build, and Deploy (18.x):
src/main/lib/mime-utils.ts#L21
Assignment to function parameter 'mimeType'
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/hooks.tsx#L48
React Hook useEffect has missing dependencies: 'danmakuDuration', 'danmakuEndArea', 'danmakuFontSize', 'dismiss', 'isLoadDanmaku', 'playerInstance.danmu', and 'playerInstance?.isPlaying'. Either include them or remove the dependency array
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/hooks.tsx#L94
Do not call the 'set' function 'setPlayerInstance' of 'useState' directly in 'useEffect'
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/hooks.tsx#L111
React Hook useEffect has missing dependencies: 'currentMatchedVideo.animeTitle', 'currentMatchedVideo.episodeTitle', 'danmakuDuration', 'danmakuEndArea', 'danmakuFontSize', 'danmuData?.comments', 'danmuData?.count', 'isLoadDanmaku', 'playerInstance', 'toast', and 'url'. Either include them or remove the dependency array
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/initialize/Event.tsx#L28
Mutating a value returned from a function whose return value should not be mutated
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/initialize/Event.tsx#L52
React Hook useCallback has an unnecessary dependency: 'currentMatchedVideo.animeId'. Either exclude it or remove the dependency array
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/initialize/Event.tsx#L79
React Hook useEffect has a missing dependency: 'grabFrame'. Either include it or remove the dependency array
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/initialize/Subtitle.tsx#L20
React Hook useEffect has missing dependencies: 'initializeSubtitle' and 'subtitlesInstance'. Either include them or remove the dependency array
|
Lint, Typecheck, Build, and Deploy (18.x):
src/renderer/src/components/modules/player/loading/dialog/hooks.ts#L23
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|