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
The prop types of FormButton only allow the basic props of the FormButton. When I pass a custom component I'd want to use the props of that element too.
Currently the FormButton passes any additional props to the rendered component but the prop types don't allow it in typescript.
The text was updated successfully, but these errors were encountered:
The prop types of
FormButton
only allow the basic props of the FormButton. When I pass a custom component I'd want to use the props of that element too.Currently the FormButton passes any additional props to the rendered component but the prop types don't allow it in typescript.
The text was updated successfully, but these errors were encountered: