CRDCDH-882 Validation Results CSV Export & Jest Improvements #29
Annotations
2 errors and 1 warning
Lint Changes:
src/content/dataSubmissions/QualityControl.tsx#L269
Type '{ submissionId: string; fields: { "Batch ID": (d: QCResult) => number; "Node Type": (d: QCResult) => string; "Submitted Identifier": (d: QCResult) => string; Severity: (d: QCResult) => "Error" | "Warning"; "Validated Date": (d: QCResult) => string; Issues: (d: QCResult) => string; }; disabled: boolean; }' is not assignable to type 'IntrinsicAttributes & { submission: Submission; fields: Record<string, (row: QCResult) => string | number>; } & { children?: ReactNode; ... 11 more ...; variant?: OverridableStringUnion<...>; } & Omit<...> & CommonProps & Omit<...>'.
|
Lint Changes
Process completed with exit code 2.
|
Lint Changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|