Skip to content

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

@gryphonmyers

Description

@gryphonmyers

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingscope: ssr

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions