### Version 3.0.2 ### Reproduction link [https://github.com/yvvas/vue3--v-for--bug](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. <!-- generated by vue-issues. DO NOT REMOVE -->