Open
Description
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.
ref.current.measure((_x, _y, width) => updateSegmentWidth(width));
Metadata
Metadata
Assignees
Labels
No labels