Open andrenarchy opened 2 years ago
I am using the react component with component='span' but Typescript complains because the prop is missing. After adding this one line it works like a charm.
component='span'
I am using the react component with
component='span'
but Typescript complains because the prop is missing. After adding this one line it works like a charm.