Skip to content

refactor: auto completion component #1539

refactor: auto completion component

refactor: auto completion component #1539

Triggered via push September 20, 2024 12:41
Status Success
Total duration 1m 47s
Artifacts

lint.yml

on: push
Matrix: Format, Lint and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Format, Lint and Typecheck (18.x): apps/renderer/src/atoms/hooks/viewport.ts#L14
React Hook useCallback has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
Format, Lint and Typecheck (18.x): apps/renderer/src/atoms/route.ts#L33
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Format, Lint and Typecheck (18.x): apps/renderer/src/atoms/route.ts#L33
React Hook useMemo has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
Format, Lint and Typecheck (18.x): apps/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!
Format, Lint and Typecheck (18.x): apps/renderer/src/components/Versions.tsx#L10
Classname 'electron-version' is not a Tailwind CSS class!
Format, Lint and Typecheck (18.x): apps/renderer/src/components/Versions.tsx#L11
Classname 'chrome-version' is not a Tailwind CSS class!
Format, Lint and Typecheck (18.x): apps/renderer/src/components/Versions.tsx#L12
Classname 'node-version' is not a Tailwind CSS class!
Format, Lint and Typecheck (18.x): apps/renderer/src/components/errors/helper.ts#L36
React Hook useEffect has a missing dependency: 'resetError'. Either include it or remove the dependency array. If 'resetError' changes too often, find the parent component that defines it and wrap that definition in useCallback
Format, Lint and Typecheck (18.x): apps/renderer/src/components/ui/background/WindowUnderBlur.tsx#L9
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Format, Lint and Typecheck (18.x): apps/renderer/src/components/ui/background/WindowUnderBlur.tsx#L15
Fast refresh only works when a file only exports components. Move your component(s) to a separate file