Skip to content

create dashboard group #986

create dashboard group

create dashboard group #986

Triggered via pull request November 25, 2024 19:27
Status Success
Total duration 1m 38s
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#L95
Forbidden non-null assertion.
lint/style/noNonNullAssertion: src/components/SignInDialog.tsx#L125
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/(dashboard)/explorer/page.tsx#L132
Avoid using the index of an array as key property in an element.