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 precondition failure in addAttributes(_:range:updateLayout:)
Replace preconditionFailure with assertionFailure and return early when
encountering an invalid range in addAttributes(_:range:updateLayout:). This
avoids crashing in release builds if an invalid range is passed.
0 commit comments