feat: user profile dropmenu and setting modal in web app #255
Annotations
10 warnings
Lint and Typecheck (18.x):
src/preload/index.ts#L18
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Lint and Typecheck (18.x):
src/preload/index.ts#L20
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Lint and Typecheck (18.x):
src/renderer/src/atoms/route.ts#L23
Unexpected any. Specify a different type
|
Lint and Typecheck (18.x):
src/renderer/src/atoms/route.ts#L26
Expected the dependency list for useMemo to be an array literal
|
Lint and Typecheck (18.x):
src/renderer/src/atoms/route.ts#L26
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#L26
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!
|