refactor: make the link tag optional on learning card #841
Annotations
6 errors
src/custom/LearningCard/LearningCard.tsx#L33
Type '({ path, children }: { path: any; children: any; }) => Element' has no properties in common with type 'PropsWithChildren<{ path?: string | undefined; }>'.
|
src/custom/LearningCard/LearningCard.tsx#L33
Binding element 'path' implicitly has an 'any' type.
|
src/custom/LearningCard/LearningCard.tsx#L33
Binding element 'children' implicitly has an 'any' type.
|
src/custom/LearningCard/LearningCard.tsx#L68
JSX element type 'OptionalLink' does not have any construct or call signatures.
|
src/custom/LearningCard/LearningCard.tsx#L68
'OptionalLink' cannot be used as a JSX component.
|
|
This job failed
Loading