CHORE: Refactor form components #249
Annotations
8 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/components/molecules/Field/CheckboxGroup.tsx#L41
JSX props should not use arrow functions
|
src/components/molecules/Field/RadioGroup.tsx#L29
JSX props should not use arrow functions
|
src/components/organisms/ControlledField/Select.tsx#L34
JSX props should not use arrow functions
|
src/design-system/components/Radio.tsx#L42
JSX props should not use arrow functions
|
src/screens/DetailsScreen.tsx#L26
JSX props should not use arrow functions
|
src/screens/TestFormScreen.tsx#L200
JSX props should not use arrow functions
|
This job succeeded
Loading