feat: shortcut h to show shortcuts modal #1124
Annotations
10 warnings
Lint and Typecheck:
forge.config.ts#L180
Assignment to function parameter 'makeResults'
|
Lint and Typecheck:
src/renderer/src/atoms/hooks/viewport.ts#L13
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:
src/renderer/src/atoms/route.ts#L32
Expected the dependency list for useMemo to be an array literal
|
Lint and Typecheck:
src/renderer/src/atoms/route.ts#L32
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:
src/renderer/src/atoms/route.ts#L32
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:
src/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!
|
Lint and Typecheck:
src/renderer/src/components/Versions.tsx#L10
Classname 'electron-version' is not a Tailwind CSS class!
|
Lint and Typecheck:
src/renderer/src/components/Versions.tsx#L11
Classname 'chrome-version' is not a Tailwind CSS class!
|
Lint and Typecheck:
src/renderer/src/components/Versions.tsx#L12
Classname 'node-version' is not a Tailwind CSS class!
|
Lint and Typecheck:
src/renderer/src/components/common/ErrorElement.tsx#L33
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Loading