feat: migrates Container to TypeScript; Container without max-width on docs site [FC-0062] #13534
Annotations
10 errors and 1 warning
tests:
www/src/pages/foundations/colors.tsx#L138
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/pages/foundations/elevation.tsx#L291
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/pages/foundations/responsive.tsx#L66
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/pages/foundations/spacing.tsx#L102
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/pages/foundations/typography.tsx#L53
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/pages/insights.tsx#L75
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/pages/status.tsx#L22
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/templates/component-page-template.tsx#L138
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests:
www/src/templates/default-mdx-page-template.tsx#L43
Type 'string | undefined' is not assignable to type '"sm" | "md" | "lg" | "xs" | "xl" | undefined'.
|
tests
Process completed with exit code 2.
|
tests
The following actions use a deprecated Node.js version 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/
|