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
When using a child function in <Overflow.Indicator>, it will now receive a second refs argument. This provides access to the viewport ref – you can use this to build an indicator that is also a button that scrolls the viewport.
The new useOverflow hook provides access to the Overflow component’s state and refs.
Performance
When using a nonzero tolerance value, the generated tolerance element is now memoized.