server-renderer does not work as expected inside a v-for on $slots with scopes
Version
3.2.22
Reproduction link
Steps to reproduce
Generate html output with @vue/server-renderer.
What is expected?
The content of the default slot of WrapperComp
should be placed inside the html.
What is actually happening?
The content of the default slot of WrapperComp
is missing inside the html.
In spa mode everything works fine. The error only occurs with ssr/ssg. This error occured using https://github.com/antfu/vite-ssg v0.16.1. I was able to narrow down that this happened during the call of the server-renderer.