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
Console Error value prop on input should not be null. Consider using an empty string to clear the component or undefined for uncontrolled components.
and then when I type on the CardNumber input I got:
A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components
I am using
"react": "18.2.0",
"react-native": "^0.75.3",
The text was updated successfully, but these errors were encountered:
when I render my component I got:
Console Error
value
prop oninput
should not be null. Consider using an empty string to clear the component orundefined
for uncontrolled components.and then when I type on the CardNumber input I got:
A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components
I am using
"react": "18.2.0",
"react-native": "^0.75.3",
The text was updated successfully, but these errors were encountered: