fix: ts #297
Annotations
8 errors and 2 warnings
Typescript Check:
src/Plugin.tsx#L7
Cannot find module './components/WidgetCollapsible' or its corresponding type declarations.
|
Typescript Check:
src/Plugin.tsx#L8
Cannot find module './components/GrowthChart/GrowthChart' or its corresponding type declarations.
|
Typescript Check:
src/UI/GenericError/ChartConfigError.tsx#L3
Cannot find module '../../components/WidgetCollapsible' or its corresponding type declarations.
|
Typescript Check:
src/UI/GenericLoading/GenericLoading.tsx#L3
Cannot find module '../../components/WidgetCollapsible' or its corresponding type declarations.
|
Typescript Check:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L3
Cannot find module '../../../dataSets/WhoStandardDataSets/ChartDataZscores' or its corresponding type declarations.
|
Typescript Check:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L15
Property 'categoryMetadata' does not exist on type 'unknown'.
|
Typescript Check:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L16
Property 'datasets' is missing in type '{}' but required in type '{ categoryMetadata?: { label: string; gender: string; }; datasets: { [key: string]: { datasetValues: { [key: string]: number; }[]; metadata: { chartLabel: string; yAxisLabel: string; xAxisLabel: string; range: { start: number; end: number; }; }; }; }; }'.
|
Typescript Check
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading