add guild page #1001
code-check.yml
on: pull_request
quality-assurance
4s
type
19s
Annotations
3 warnings and 2 notices
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildId]/[roleGroupId]/page.tsx#L25
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)/[guildId]/[roleGroupId]/page.tsx#L64
Avoid using the index of an array as key property in an element.
|
lint/suspicious/noArrayIndexKey:
src/app/(dashboard)/explorer/page.tsx#L132
Avoid using the index of an array as key property in an element.
|