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 solution for the button is to update the design-system library dependency, I don't know if version 2 is compatible, but between 1.0.0-beta.80 and 1.0.0-beta.99 is the change.
BUT, these will still cause problems in other buttons, because the icon-button component of the design-system does not have the type el added in any version. 🤦🏻
then...., it is necessary to update the design-system so that any component that is rendered with an html button has type added.
the button type can be added to the buttons, since when pressing them and being inside a form, they launch the submit event,
context:
react, formik
The text was updated successfully, but these errors were encountered: