6.0.0-beta.2
Chrome 85 / Firefox 80.0
Load Vue 3 project with suspense and async setup component.
Devtools working normally, app components visible.
Devtools open with only App instance visible, no components or other app details available.
Tested with Vue 3 RC 10.
This issue was present with the previous version as well. If I remove the suspense-component and change components with async setup to normal setup, all components show and load up normally.
Suspense and async setup are not supported by the devtools yet
Ok, then it's not a bug 👍
All my Suspense components work perfectly replacing vue dependency to "vue": "3.0.0-rc.5" in my package.json
Why would you use a version that is several versions behind? Vue 3 is in version 3.0.2 already.
As Akryum mentioned above, vue-devtools doesn't support async setup yet.
I spend my whole day before see this issue 😂
Most helpful comment
Suspense and async setup are not supported by the devtools yet