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
After updating to 2.5.5 my app crashes a lot on Android. It seems to be related to unmounting/rerendring/layout and after some digging I found it to be related to #721.
The following line in SegmentControl.js is called in an useEffect when values change, but in some cases width is undefined.
After updating to 2.5.5 my app crashes a lot on Android. It seems to be related to unmounting/rerendring/layout and after some digging I found it to be related to #721.
The following line in
SegmentControl.js
is called in anuseEffect
when values change, but in some cases width is undefined.The text was updated successfully, but these errors were encountered: