Skip to content

Form Changes

Form Changes #12

Triggered via pull request November 9, 2025 12:28
@rambleraptorrambleraptor
synchronize #50
form
Status Success
Total duration 37s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
checks: src/state/fetch.ts#L35
'e' is defined but never used
checks: src/state/fetch.ts#L27
Unexpected any. Specify a different type
checks: src/state/fetch.ts#L5
Unexpected any. Specify a different type
checks: src/lib/utils.ts#L10
'base' is never reassigned. Use 'const' instead
checks: src/hooks/use-toast.ts#L21
'actionTypes' is assigned a value but only used as a type
checks: src/components/resource_types/resource_type_list.test.tsx#L6
'Sidebar' is defined but never used
checks: src/components/form/form.tsx#L36
Unexpected lexical declaration in case block
checks: src/components/form/form.tsx#L35
Unexpected lexical declaration in case block
checks: src/components/form/form.tsx#L1
'FormControl' is defined but never used
checks: src/components/form/form.test.tsx#L183
Unexpected any. Specify a different type
checks: src/components/ui/sidebar.tsx#L769
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/ui/form.tsx#L168
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/form/form.tsx#L163
React Hook useMemo has a missing dependency: 'renderField'. Either include it or remove the dependency array