-
Notifications
You must be signed in to change notification settings - Fork 113
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
SetSpan() ends beyond length #81
Comments
@babitakapoor112 Which react-native version are you using? I bet this is an instance of those bugs:
RN |
same for me RN 0.60.4 |
This error appears when I use PureComponent or shouldComponentUpdate |
Something broken after 0.60 upgrade on Android. Before 0.60, everything was working as expected on Android, but now when i change selection via inputRef.setNativeProps method during onSelectionChange and if my input text is formatted (with dots for example) it gets crash of setSpan ( x .. x ) beyonds length |
Did anyone find any solution? |
I am having the same issue on expo sdk 36
|
Fixed in facebook/react-native@6ebd3b0; will be shipped in RN 0.62 |
"react-native": "0.62.1", |
How i fix this error:
|
i am getting this error while removing value from the text input in the rich text editor
.
The text was updated successfully, but these errors were encountered: