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
Our Button component does not allow the user to specify the type argument. This is required in forms with multiple buttons, as by default all <button> tags represent submit buttons. This can be changed by specifying type = "button" in HTML.
Our
Buttoncomponent does not allow the user to specify thetypeargument. This is required in forms with multiple buttons, as by default all<button>tags represent submit buttons. This can be changed by specifyingtype = "button"in HTML.