Fix Type 'ButtonProps' constraint error

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?

can you show me the usage that’s throwing the error?

i fix this error with upgrading packages related with plasmic. thank you.