refactor: simplify the image uploader #981
code-check.yml
on: pull_request
quality-assurance
3s
type
1m 30s
Annotations
4 warnings and 1 notice
lint/style/noNonNullAssertion:
src/components/SignInDialog.tsx#L100
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/components/SignInDialog.tsx#L123
Forbidden non-null assertion.
|
lint/correctness/useExhaustiveDependencies:
src/hooks/useIsStuck.ts#L21
This hook does not specify all of its dependencies: setIsStuckActive
|
lint/correctness/useExhaustiveDependencies:
src/hooks/useIsStuck.ts#L21
This hook specifies more dependencies than necessary: ref
|
lint/suspicious/noArrayIndexKey:
src/app/explorer/page.tsx#L132
Avoid using the index of an array as key property in an element.
|