Skip to content

"Invalid VNODE type: Symbol(Fragment)" when using v-for from an external vue component #2600

@yvvas

Description

@yvvas

Version

3.0.2

Reproduction link

https://github.com/yvvas/vue3--v-for--bug

Steps to reproduce

  1. clone the repository
  2. navigate to the test-component directory and use npm install
  3. navigate to the app directory and use npm install
  4. start the application from the app directory with npm run start
  5. navigate to localhost:8080 from a web browser and the Invalid VNode type: Symbol(Fragment) warning will show up in the console

What is expected?

The component should render lists

What is actually happening?

Other variables render fine, however v-for nodes are ignored and not rendered.


I have included some references in the README.md to some other issues that look related.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions