Skip to content

Update forms instead of error on PK duplication #1047

Update forms instead of error on PK duplication

Update forms instead of error on PK duplication #1047

Triggered via pull request December 21, 2025 04:30
Status Success
Total duration 2m 2s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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/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