-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiline controlled input enters an infinite loop on iOS #46850
Comments
Btw I think this may be fixed in Fabric but not 100% sure. I'll try to check |
@cortinico What priority does this issue have? Controlled inputs working should be considered fundamental and high priority. |
Just following up here. This is definitely a problem we want to look into. |
I'm back from PTO today, and going through things, but wanted to check if this still repros on new arch, given the above comment. In general, we've been wanting to treat old arch specific code as somewhat frozen, since none of our production apps are using it anymore, meaning we won't get much signal if we introduce new bugs or crashes (e.g. some of my new-arch specific iOS text fixes just generated a low-hitting crash that came to me last week). |
Description
This code enters an infinite loop on iOS.
Removing
multiline
prop fixes the issue.I suspect this may be related to #36494 but who knows.
Steps to reproduce
See above
React Native Version
0.75.4
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/gaearon/rn-bug-loop
Screenshots and Videos
loop.mov
The text was updated successfully, but these errors were encountered: