You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
I would like to use this package instead of the nuxt devtools primarily for the ability to see component tree & state (as an alternative to browser based vue-devtools extension).
Are you able to advise why your plugin wouldn't work for Nuxt SSR apps? As in, I did look into the code and didn't find anything specific that makes it incompatible with Nuxt SSR apps. I would like to learn what I missed looking.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The reason SSR are not currently supported is actually because Nuxt DevTools is more recommended. Thanks for liking this, I'll be thinking about how it's compatible with SSR.
Thanks @webfansplz. There is one vue core fix that's pending merge that already impacts vue-devtool's ability to identify parent components of hydrated elements. This is for your reference, just in case you happen to explore SSR support for your vite-devtools. Cheers!
I would like to use this package instead of the nuxt devtools primarily for the ability to see component tree & state (as an alternative to browser based vue-devtools extension).
Are you able to advise why your plugin wouldn't work for Nuxt SSR apps? As in, I did look into the code and didn't find anything specific that makes it incompatible with Nuxt SSR apps. I would like to learn what I missed looking.
Thanks in advance.
The text was updated successfully, but these errors were encountered: