-
Notifications
You must be signed in to change notification settings - Fork 1.4k
JSApplicationIllegalArgumentException: Error while updating property 'text' of a view managed by: RCTAztecView #9832
Copy link
Copy link
Closed
Labels
Description
Sentry Issue: https://sentry.io/share/issue/c467f624ddc244c593cf6442ae7d3cc2/ https://sentry.io/share/issue/91a4511e98264a9b97a16db7b5486a36/ (broken link fixed 1/29/20)
One way to reproduce the issue in comments below.
IndexOutOfBoundsException: setSpan (22 ... 22) ends beyond length 5
at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:1327)
at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:688)
at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:680)
at android.text.Selection.setSelection(Selection.java:93)
at android.text.Selection.setSelection(Selection.java:77)
...
(29 additional frame(s) were not displayed)
InvocationTargetException: None
at java.lang.reflect.Method.invoke(Method.java)
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:83)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:132)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:51)
at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:37)
...
(20 additional frame(s) were not displayed)
JSApplicationIllegalArgumentException: Error while updating property 'text' of a view managed by: RCTAztecView
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:95)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:132)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:51)
at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:37)
at com.facebook.react.uimanager.NativeViewHierarchyManager.updateProperties(NativeViewHierarchyManager.java:136)
...
(19 additional frame(s) were not displayed)
Error while updating property 'text' of a view managed by: RCTAztecView
Reactions are currently unavailable