fix: fix: use aria attribute correctly resolves wg-translations/issue… #7652
Annotations
4 errors and 1 warning
src/course-outline/CourseOutline.jsx#L258
Type '{ key: string; show: true; variant: string; icon: any; title: any; description: any; "aria-hidden": string; "aria-label": any; "aria-description": any; }' is missing the following properties from type '{ [x: string]: any; title: any; titleId: any; description: any; descriptoinId: any; }': titleId, descriptoinId
|
src/studio-home/tabs-section/libraries-v2-tab/index.tsx#L71
Type '{ title: any; variant: string; description: Element; }' is missing the following properties from type '{ [x: string]: any; title: any; titleId: any; description: any; descriptoinId: any; }': titleId, descriptoinId
|
src/taxonomy/TaxonomyLayout.jsx#L29
Type '{ title: ReactNode; description: ReactNode; "data-testid": string; className: string; dismissible: true; closeLabel: any; onClose: () => void; }' is missing the following properties from type '{ [x: string]: any; title: any; titleId: any; description: any; descriptoinId: any; }': titleId, descriptoinId
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading