Form Question Edit Component and Page to View Form #1041
Annotations
6 warnings
|
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/test-editor/page.tsx#L23
All imports in the declaration are only used as types. Use `import type`
|
|
lint:
apps/blade/src/app/admin/forms/test-editor/page.tsx#L5
Imports "DragEndEvent" 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
|