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
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
In the checkout page we use set the value attribute directly on form fields without providing an onChange handler. This results in a number of React warnings in the console:
In the checkout page we use set the
value
attribute directly on form fields without providing anonChange
handler. This results in a number of React warnings in the console:We should follow best practices for form field data binding. https://reactjs.org/docs/forms.html#controlled-components
The text was updated successfully, but these errors were encountered: