svelte-ux
svelte-ux copied to clipboard
[InfiniteScroll] Issue detecting to additional items
It appears there are 2 issues with InfiniteScroll
- [ ] 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
- [x] It appears having a fixed height (ex.
h-screen
) withoverflow-auto
is needed for the InspectionObserver to properly trigger. This might be caused by theroot: node.parentElement