Aizad/FEQ-2441/ Implement new Tooltip with Popper.js #607
Annotations
5 errors
Build and test:
src/components/Tooltip/__test__/Tooltip.spec.tsx#L9
Type '{ children: string; message: string; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
|
Build and test:
src/components/Tooltip/__test__/Tooltip.spec.tsx#L21
Type '{ children: string; message: string; triggerAction: string; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
|
Build and test:
src/components/Tooltip/__test__/Tooltip.spec.tsx#L33
Type '{ children: string; message: string; variant: "error"; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
|
Build and test:
src/components/Tooltip/__test__/Tooltip.spec.tsx#L45
Type '{ children: string; message: string; position: string; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
|
Build and test
Process completed with exit code 2.
|