-
I was told the Teleport component should be able to be rendered during SSR. I was trying to use it for meta tags and couldn't get it to work in but then I noticed my modals are not getting rendered in the server either. They're outside the component tree, as Vue expects. Sorry if this doesn't belong here but I've asked in the Vue forums, Discord and Vite's repo with no luck :/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I was trying to add support for teleports in SSR but found something that looks like a bug: vuejs/core#4440 Let's wait for some answers there.
Why don't you use |
Beta Was this translation helpful? Give feedback.
-
Did vuejs/core#5187 fix teleports working during SSR? Or is that only for async components? I'm stuck with hydration errors :/ |
Beta Was this translation helpful? Give feedback.
I was trying to add support for teleports in SSR but found something that looks like a bug: vuejs/core#4440
Let's wait for some answers there.
Why don't you use
@vueuse/head
for meta tags? 🤔