Await in script setup prevents component to show up
Version
3.0.4
Reproduction link
https://github.com/kadiryazici/vue3-youtube-tutorial
Steps to reproduce
in App.vue there is await maPromise function. If you comment it IconVue component shows up but if you uncomment it vue waits for process to be done and doensn't show IconVue component.
What is expected?
IconVue component to show up on page.
What is actually happening?
IconVue component is missing.
In order to use async setup
, you need to use <Suspense>
Remember to use the forum or the Discord chat to ask questions!