You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware of the work and issues around the typings for the component prop and the efforts to fix it like #13868
However the current typings seems to have some issues when trying to specify both button props and component props at the same time.
If I try to do this:
Version: 4.0.alpha5
I am aware of the work and issues around the typings for the component prop and the efforts to fix it like #13868
However the current typings seems to have some issues when trying to specify both button props and component props at the same time.
If I try to do this:
I get:
Types of property 'button' are incompatible.
Type 'boolean' is not assignable to type 'true'.
The typings don't allow me to specify a boolean for button, but only either the literal true or the literal false
The text was updated successfully, but these errors were encountered: