Form Submissions - New Vertical Layout #1830
Annotations
2 errors and 11 warnings
src/pages/Form/index.tsx#L75
Type '({ field: { id: string; }; selected_options: { id: string; }[]; answer_text?: undefined; } | { field: { id: string; }; answer_text: string; selected_options?: undefined; })[]' is not assignable to type '(TextFieldSubmission | SelectFieldSubmission)[]'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. 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/forms/FormAnswers.tsx#L26
'_selectedFields' is assigned a value but never used
|
src/components/forms/FormAnswers.tsx#L59
'downloadCSV' is assigned a value but never used
|
src/components/forms/FormAnswers.tsx#L142
Unexpected any. Specify a different type
|
src/components/forms/FormAnswers.tsx#L142
Unexpected any. Specify a different type
|
src/components/inputs/Upload.tsx#L61
Unexpected any. Specify a different type
|
src/components/inputs/Upload.tsx#L81
Unexpected any. Specify a different type
|
src/components/inputs/Upload.tsx#L81
Unexpected any. Specify a different type
|
src/pages/NewGroupAdministration/index.tsx#L47
Unexpected any. Specify a different type
|
src/pages/SignUp/index.tsx#L90
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading