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
To be clear, I can see the component in the DOM upon clicking "inspect" in my browser. However, I cannot see the element at all. When I unset the property, the button looks as it should. The same happens if I set type to any other value.
A consequence of the issue is now I am getting a warning from Formik because it would prefer to use a button with a type of "submit".
The text was updated successfully, but these errors were encountered:
ehubscher
changed the title
[Button] Setting property type to "submit" prevents correct rendering
[Button] Setting property type to "submit" prevents correct rendering
Nov 15, 2023
ehubscher
changed the title
[Button] Setting property type to "submit" prevents correct rendering
[Button] Setting property type prevents correct rendering
Nov 15, 2023
To be clear, I can see the component in the DOM upon clicking "inspect" in my browser. However, I cannot see the element at all. When I unset the property, the button looks as it should. The same happens if I set
type
to any other value.A consequence of the issue is now I am getting a warning from Formik because it would prefer to use a button with a
type
of "submit".The text was updated successfully, but these errors were encountered: