fmt #577
Annotations
2 errors
ci:
src/components/popover/popover.stories.tsx#L18
Type '{ children: string; type: "button"; size: "md"; prefix?: string | undefined; media?: string | undefined; data?: string | undefined; height?: string | number | undefined; width?: string | number | undefined; ... 371 more ...; poster?: string | undefined; }' is not assignable to type 'Omit<{ type?: "button" | "submit"; size?: "lg" | "sm" | "md"; color?: "primary" | "gray"; variant?: "contained" | "outlined"; fullWidth?: boolean; startIcon?: ReactNode; endIcon?: ReactNode; } & Omit<...>, "ref">' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
ci
Process completed with exit code 2.
|