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
There are and issue when i set the scrollBahaviour to instant and the problem is on first load or render the onBlockintersection function is passing incorrect index because of the scroll that happens on browser preserve scroll position mechanisim!.
I should add some kind of throtling or awaiting on onBlockIntersection to delay it from firing until the page scroll ends and this will fix many issues and it will be way performant than the current using.
The text was updated successfully, but these errors were encountered:
There are and issue when i set the
scrollBahaviour
to instant and the problem is on first load or render theonBlockintersection
function is passing incorrect index because of the scroll that happens on browser preserve scroll position mechanisim!.I should add some kind of throtling or awaiting on
onBlockIntersection
to delay it from firing until the page scroll ends and this will fix many issues and it will be way performant than the current using.The text was updated successfully, but these errors were encountered: