vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Nuxt with ag grid doesnt render the full component tree #1962

Open jpengelbrecht opened 2 years ago

jpengelbrecht commented 2 years ago

Version

6.4.3

Browser and OS info

Version 106.0.5249.91 (Official Build) (x86_64)

Steps to reproduce

Use vue3 ag grid, with nuxt3. with custom rendered cells.

What is expected?

i expect to see the full component hierarchy in vue dev tools

What is actually happening?

its only rendering a small subset of what it needs to


we moved from gridsome framework to nuxt3, i noticed that all of a sudden vue dev tool doesnt all the components in any of the ag grid pages, instead it skips all the parents and only shows a 3 level deep hierarchy of one of the columns