Skip to content

refactor: simplify the image uploader #980

refactor: simplify the image uploader

refactor: simplify the image uploader #980

Triggered via pull request November 25, 2024 16:47
Status Success
Total duration 1m 28s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.