Skip to content

Update Form now uses Form component (#52) #20

Update Form now uses Form component (#52)

Update Form now uses Form component (#52) #20

Triggered via push November 9, 2025 13:01
Status Success
Total duration 30s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 8 warnings
test (18): src/state/fetch.ts#L35
'e' is defined but never used
test (18): src/state/fetch.ts#L27
Unexpected any. Specify a different type
test (18): src/state/fetch.ts#L5
Unexpected any. Specify a different type
test (18): src/lib/utils.ts#L10
'base' is never reassigned. Use 'const' instead
test (18): src/hooks/use-toast.ts#L21
'actionTypes' is assigned a value but only used as a type
test (18): src/components/resource_types/resource_type_list.test.tsx#L6
'Sidebar' is defined but never used
test (18): src/components/form/form.tsx#L41
Unexpected lexical declaration in case block
test (18): src/components/form/form.tsx#L40
Unexpected lexical declaration in case block
test (18): src/components/form/form.tsx#L1
'FormControl' is defined but never used
test (18): src/components/form/form.test.tsx#L194
Unexpected any. Specify a different type
test (20): src/state/fetch.ts#L35
'e' is defined but never used
test (20): src/state/fetch.ts#L27
Unexpected any. Specify a different type
test (20): src/state/fetch.ts#L5
Unexpected any. Specify a different type
test (20): src/lib/utils.ts#L10
'base' is never reassigned. Use 'const' instead
test (20): src/hooks/use-toast.ts#L21
'actionTypes' is assigned a value but only used as a type
test (20): src/components/resource_types/resource_type_list.test.tsx#L6
'Sidebar' is defined but never used
test (20): src/components/form/form.tsx#L41
Unexpected lexical declaration in case block
test (20): src/components/form/form.tsx#L40
Unexpected lexical declaration in case block
test (20): src/components/form/form.tsx#L1
'FormControl' is defined but never used
test (20): src/components/form/form.test.tsx#L194
Unexpected any. Specify a different type
test (18): 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
test (18): 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
test (18): 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
test (18): src/components/form/form.tsx#L173
React Hook useMemo has a missing dependency: 'renderField'. Either include it or remove the dependency array
test (20): 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
test (20): 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
test (20): 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
test (20): src/components/form/form.tsx#L173
React Hook useMemo has a missing dependency: 'renderField'. Either include it or remove the dependency array