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
If after loading another page of results the full result set is still shown, it will not detect to load an additional page as the sentinel is still on the page
It appears having a fixed height (ex. h-screen ) with overflow-auto is needed for the InspectionObserver to properly trigger. This might be caused by the root: node.parentElement
The text was updated successfully, but these errors were encountered:
It appears there are 2 issues with InfiniteScroll
h-screen
) withoverflow-auto
is needed for the InspectionObserver to properly trigger. This might be caused by theroot: node.parentElement
The text was updated successfully, but these errors were encountered: