Vue-devtools: Suspense not working w/ version 6.0.0-beta.2

Created on 3 Sep 2020  ·  5Comments  ·  Source: vuejs/vue-devtools

Version

6.0.0-beta.2

Browser and OS info

Chrome 85 / Firefox 80.0

Steps to reproduce

Load Vue 3 project with suspense and async setup component.

What is expected?

Devtools working normally, app components visible.

What is actually happening?

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.

Most helpful comment

Suspense and async setup are not supported by the devtools yet

All 5 comments

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 😂

Was this page helpful?
0 / 5 - 0 ratings