Replies: 2 comments 4 replies
-
@vekunz can you help with that, update peerDependency and check if everything works? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I can probably help out here if need be. I have also tested my use-case using Svelte 4 and it all seems to work. @piecyk Would you be opposed if I made a PR updating the peerDependency to support Svelte 3 & 4? I can also include Svelte examples in this PR since they seem to be non-existent. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Svelte 4 has been out for a while now. Any dependencies we have in our projects support Svelte 4, but only TanStack Virtual has no Svelte 4 support. Since
svelte-virtual
has a peerDependency on Svelte 3, we cannot upgrade to Svelte 4. It would be great ifsvelte-virtual
supports Svelte 4 also.Beta Was this translation helpful? Give feedback.
All reactions