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
in v0.1.2, the ref for the scrolling element was correctly updated to be a function instead of a string. However, that function was being recreated on every render. v0.1.3 contains a fix that prevents that unnecessary recreation.