Button throws this error with typescript
Type ‘ButtonProps’ does not satisfy the constraint ‘CommonProps & HtmlButtonProps & HtmlAnchorProps’.
Type ‘DefaultButtonProps’ is not assignable to type ‘HtmlAnchorProps’.
Types of property ‘target’ are incompatible.
Type ‘boolean | undefined’ is not assignable to type ‘HTMLAttributeAnchorTarget | undefined’.
Type ‘false’ is not assignable to type ‘HTMLAttributeAnchorTarget | undefined’.
how do i fix it?