Add header, update titles #22
Annotations
6 errors and 1 warning
build (18.x):
src/components/Link.test.tsx#L25
Type '{ children: string; href: string; target: string; Icon: ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>; }' is not assignable to type 'IntrinsicAttributes & LinkProps & { children?: ReactNode; }'.
|
build (18.x):
src/components/Paragraph.test.tsx#L7
Type '{ children: string; size: string; }' is not assignable to type 'IntrinsicAttributes & ParagraphProps & { children?: ReactNode; }'.
|
build (18.x):
src/components/Paragraph.test.tsx#L13
Type '{ children: string; size: string; }' is not assignable to type 'IntrinsicAttributes & ParagraphProps & { children?: ReactNode; }'.
|
build (18.x):
src/components/Paragraph.test.tsx#L19
Type '{ children: string; size: string; }' is not assignable to type 'IntrinsicAttributes & ParagraphProps & { children?: ReactNode; }'.
|
build (18.x):
src/components/Paragraph.test.tsx#L26
Type '{ children: string; size: string; className: string; }' is not assignable to type 'IntrinsicAttributes & ParagraphProps & { children?: ReactNode; }'.
|
build (18.x)
Process completed with exit code 2.
|
build (18.x)
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/
|