feat: Guild, Role, RoleGroup schemas #991
code-check.yml
on: pull_request
quality-assurance
6s
type
1m 33s
Annotations
2 warnings and 1 notice
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.
|