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 problem
React 17 changed valid DOM property dev warning logic. react-dom.development.js?61bb:67 Warning: Invalid DOM property enterkeyhint. Did you mean enterKeyHint?
Expected behavior
Change this line supportedProps.enterkeyhint = returnKeyType; in TextInput. However, it would break React < 17 so I am not really sure how it should be fixed.
The text was updated successfully, but these errors were encountered:
The problem
React 17 changed valid DOM property dev warning logic.
react-dom.development.js?61bb:67 Warning: Invalid DOM property
enterkeyhint. Did you mean
enterKeyHint?
How to reproduce
Just use TextInput.
https://codesandbox.io/s/zen-knuth-zn4ux
Expected behavior
Change this line
supportedProps.enterkeyhint = returnKeyType;
in TextInput. However, it would break React < 17 so I am not really sure how it should be fixed.The text was updated successfully, but these errors were encountered: