fix(variants): improve documentation and typing #8154
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
webapp/src/components/App/Singlestudy/HomeView/InformationView/LauncherHistory/JobStepper.tsx#L33
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
webapp/src/components/common/Form/index.tsx#L86
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
webapp/src/components/common/fieldEditors/BooleanFE.tsx#L32
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Lint:
webapp/src/components/common/fieldEditors/BooleanFE.tsx#L65
Fast refresh can't handle anonymous components. Add a name to your export
|
Lint:
webapp/src/components/common/fieldEditors/CheckBoxFE.tsx#L21
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Lint:
webapp/src/components/common/fieldEditors/CheckBoxFE.tsx#L58
Fast refresh can't handle anonymous components. Add a name to your export
|
Lint:
webapp/src/components/common/fieldEditors/CheckboxesTagsFE.tsx#L45
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Lint:
webapp/src/components/common/fieldEditors/ColorPickerFE/index.tsx#L19
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Lint:
webapp/src/components/common/fieldEditors/ColorPickerFE/index.tsx#L116
Fast refresh can't handle anonymous components. Add a name to your export
|
Lint:
webapp/src/components/common/fieldEditors/ListFE/index.tsx#L62
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Loading