Subscribe on changes!

server-renderer does not work as expected inside a v-for on $slots with scopes

avatar
Nov 19th 2021

Version

3.2.22

Reproduction link

sfc.vuejs.org/

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.

avatar
May 19th 2022

Can no longer reproduce as of latest main