Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No SSR output from components returned from defineComponent with extends or mixins #3004

Closed
gryphonmyers opened this issue Jan 14, 2021 · 0 comments · Fixed by #3006
Closed
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: ssr

Comments

@gryphonmyers
Copy link

Version

3.0.5

Reproduction link

3aa6af4

Steps to reproduce

  1. Wrap a component with defineComponent call using either mixins or extends options
  2. Attempt to SSR the returned component
  3. Observe that only a comment is rendered

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

@posva posva added 🐞 bug Something isn't working ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. scope: ssr labels Jan 14, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: ssr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants