SSR leaks internal properties in the rendered output
Version
3.2.31
Reproduction link
Steps to reproduce
- Create a SFC with a single root node.
- Assign a template ref to that root node
- render app with "renderToString()"
- The output generated code has a "ref_key" property.
What is expected?
The generated HTML should not contains any internal property used by the code generator
What is actually happening?
The generated HTML contains a "ref_key" property
This only happen if the SFC has a single node where the template ref is assigned.