No SSR output from components returned from defineComponent with extends or mixins #3004
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
scope: ssr
Version
3.0.5
Reproduction link
3aa6af4
Steps to reproduce
What is expected?
Components extended with defineComponent should render their markup in SSR builds
What is actually happening?
Components extended with defineComponent are rendering comments instead of their expected markup in SSR builds
The text was updated successfully, but these errors were encountered: