format #1159
Annotations
10 warnings
|
lint:
apps/blade/src/app/admin/roles/configure/_components/roleedit.tsx#L83
React Hook useEffect has missing dependencies: 'form' and 'updateString'. Either include them or remove the dependency array
|
|
lint:
apps/blade/src/app/admin/roles/configure/_components/roleedit.tsx#L6
Imports "ZodBoolean" are only used as type
|
|
lint:
apps/blade/src/app/admin/hackathon/events/_components/update-event.tsx#L169
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
lint:
apps/blade/src/app/admin/hackathon/events/_components/update-event.tsx#L169
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
|
lint:
apps/blade/src/app/admin/forms/[slug]/client.tsx#L300
React Hook useEffect has a missing dependency: 'handleSaveForm'. Either include it or remove the dependency array
|
|
lint:
apps/blade/src/app/admin/forms/[slug]/client.tsx#L295
React Hook useEffect has a missing dependency: 'handleSaveForm'. Either include it or remove the dependency array
|
|
lint:
apps/blade/src/app/_components/bad-perms.tsx#L3
Imports "PermissionKey" are only used as type
|
|
lint:
apps/gemiknights/src/app/_components/ui/background-gradient-animation.tsx#L76
React Hook useEffect has missing dependencies: 'curX' and 'curY'. Either include them or remove the dependency array. You can also do a functional update 'setCurX(c => ...)' if you only need 'curX' in the 'setCurX' call
|
|
lint:
apps/gemiknights/src/app/_components/ui/background-gradient-animation.tsx#L61
React Hook useEffect has missing dependencies: 'blendingValue', 'fifthColor', 'firstColor', 'fourthColor', 'gradientBackgroundEnd', 'gradientBackgroundStart', 'pointerColor', 'secondColor', 'size', and 'thirdColor'. Either include them or remove the dependency array
|
|
lint:
packages/api/src/trpc.ts#L15
Imports "PermissionKey" are only used as type
|