feat: toggle project feature types #34
pull_request.yml
on: pull_request
Firebase preview
0s
Annotations
4 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
Process completed with exit code 2.
|