feat: reduce motion #376
Annotations
10 warnings
Lint and Typecheck (18.x):
src/main/store.ts#L13
Unexpected any. Specify a different type
|
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#L10
Unexpected any. Specify a different type
|
Lint and Typecheck (18.x):
src/renderer/src/atoms/route.ts#L30
Unexpected any. Specify a different type
|
Lint and Typecheck (18.x):
src/renderer/src/atoms/route.ts#L33
Expected the dependency list for useMemo to be an array literal
|
Lint and Typecheck (18.x):
src/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
|
Lint and Typecheck (18.x):
src/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
|
Lint and Typecheck (18.x):
src/renderer/src/atoms/ui.ts#L58
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Lint and Typecheck (18.x):
src/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!
|