Skip to content

feat: toggle project feature types #33

feat: toggle project feature types

feat: toggle project feature types #33

Triggered via pull request November 25, 2024 22:57
Status Failure
Total duration 42s
Artifacts

pull_request.yml

on: pull_request
Lint and check types
32s
Lint and check types
Unit tests
28s
Unit tests
Firebase preview
0s
Firebase preview
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint and check types: node_modules/@ugrc/utah-design-system/src/components/Checkbox.tsx#L80
Type '{ children: (Element | ReactNode | ((values: CheckboxRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.
Lint and check types: node_modules/@ugrc/utah-design-system/src/components/Radio.tsx#L67
Type '{ children: (Element | ReactNode | ((values: RadioRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.
Lint and check types: node_modules/@ugrc/utah-design-system/src/components/TagGroup.tsx#L124
Type '{ children: (Element | ReactNode | ((values: TagRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.
Lint and check types: src/components/definitionExpressionManager.ts#L293
Argument of type 'Record<string, { code: number; type: string; }[]> | { point: string; line: string; poly: string; }' is not assignable to parameter of type 'Record<"line" | "point" | "poly", { code: number; type: string; }[]>'.
Lint and check types
Process completed with exit code 2.