-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: > v1.6.0 component tree not connecting on Firefox #760
Comments
/cc @webfansplz do you have any idea on this? |
Hi @silvio-e, I can't reproduce the issue, can you provide more info? |
I can't even get to show the devtools on local whether true or false |
Same problems here, component tree and pinia page are connecting forever. Update: I resolved after I disabled "Vue.js devtools" addon in my browser, both Firefox and Chrome work fine now. Thanks #690 (comment) |
Same here, like for @yjlin0224 disabling Vue devtools resolved the problem for Nuxt Devtools. But I guess it shouldn't happen? |
same here, just like suggested, disabling vue devtool extension in Chrome solved the issue |
I'm experiencing this issue with an additional detail that might help debugging: It gets stuck in on this line: parse(string) {
return this.deserialize(JSON.parse(string));
} in this function:
Environment:
Note: The related? issue with extraneous non-props attributes (#745) appeared at the same time but was resolved after upgrading Nuxt/Nitro/package manager. |
Bump too on this |
π The bug
The component tree wouldn't load in Firefox for devtools above 1.6.0. This happens in all of my projects. On Stackblitz this happens also when when I'm opening the preview in a new tab but not in the default preview pane.
π οΈ To reproduce
https://stackblitz.com/edit/nuxt-starter-zdqhmz?file=nuxt.config.ts
π Expected behavior
Expecting that it loads the component tree like in version 1.6.0
βΉοΈ Additional context
No response
The text was updated successfully, but these errors were encountered: