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
fix(UBSAN): ensure [RCTUITextField validAttributesForMarkedText] Is non null (#2515)
## Summary:
Internally, we build with
[UndefinedBehaviorSanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html),
which caught an instance of a method returning nil while marked as non
null. Apple documentation says that method should return an empty array
as a fallback, so let's do that.
## Test Plan:
Tested internally.
0 commit comments