Skip to content

fix: allow logout on login page #1020

fix: allow logout on login page

fix: allow logout on login page #1020

Triggered via pull request August 29, 2024 04:49
Status Success
Total duration 1m 30s
Artifacts

lint.yml

on: pull_request
Matrix: Lint and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Typecheck (18.x): forge.config.ts#L195
Assignment to function parameter 'makeResults'
Lint and Typecheck (18.x): src/renderer/src/atoms/hooks/viewport.ts#L15
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
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L34
Expected the dependency list for useMemo to be an array literal
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L34
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
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L34
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
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L10
Classname 'electron-version' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L14
Classname 'chrome-version' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L18
Classname 'node-version' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/common/LoadRemixAsyncComponent.tsx#L22
Do not call the 'set' function 'setLoading' of 'useState' directly in 'useEffect'