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
I am trying to use the VueUse useInfiniteScroll function to perform infinite scrolling with TanStack Virtual, but it doesn't seem to work as expected. For context, I am using GraphQL with Urql as a client library. In my actual project I would use that to fetch additional data in the load more. Has anybody been able to get it to work with useInfiniteScroll?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to use the VueUse
useInfiniteScroll
function to perform infinite scrolling with TanStack Virtual, but it doesn't seem to work as expected. For context, I am using GraphQL with Urql as a client library. In my actual project I would use that to fetch additional data in the load more. Has anybody been able to get it to work withuseInfiniteScroll
?Here is my code:
https://stackblitz.com/edit/tanstack-virtual-ttt6orst?file=src%2Fcomponents%2FRowVirtualizerDynamicWindow.vue
I was expecting it to log "here" in the console, but doesn't.
Beta Was this translation helpful? Give feedback.
All reactions