Cannot have v-if and Async component together #3560
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Version
3.0.11
Reproduction link
https://github.com/stardustxx/vite-ssr-issue
Steps to reproduce
yarn && yarn dev to see it in your browser
You may see text like App and Async component but will see error in the console
Particularly the following code in App.vue
Async is a component defined by defineAsyncComponent
If you move the h1 to be below Async, h1 will not be rendered due to the error. Removing the h1 or the v-if condition solves the problem
What is expected?
No warning or errors reported and components are rendered correctly
What is actually happening?
Encountered error like the following and stops the rendering
Please let me know if it's a vite issue then I can post it there, thank you
The text was updated successfully, but these errors were encountered: