[Blade] Calendar #1211
Annotations
10 warnings
|
lint:
apps/blade/src/app/admin/roles/configure/_components/roleedit.tsx#L110
React Hook useEffect has missing dependencies: 'oldRole' and 'roles'. Either include them or remove the dependency array. If 'setIsDupeName' needs the current value of 'oldRole', you can also switch to useReducer instead of useState and read 'oldRole' in the reducer
|
|
lint:
apps/blade/src/app/admin/roles/configure/_components/roleedit.tsx#L101
React Hook useEffect has missing dependencies: 'oldRole', 'roleQ', and 'roles'. Either include them or remove the dependency array. If 'setIsDupeID' needs the current value of 'oldRole', you can also switch to useReducer instead of useState and read 'oldRole' in the reducer
|
|
lint:
apps/blade/src/app/admin/roles/configure/_components/roleedit.tsx#L84
React Hook useEffect has missing dependencies: 'form' and 'updateString'. Either include them or remove the dependency array
|
|
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#L332
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#L327
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#L262
React Hook React.useCallback has a missing dependency: 'responseRoleIds'. Either include it or remove the dependency array
|
|
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
|