adding devtools to an application and then removing it, doesn't get removed and application hangs
Environment
Nuxt ^3.6.5
Reproduction
in a medium sized application with heavy usage of pinia stores, add:
devtools: { enabled: true },
to the bottom of your nuxt.config.ts
remove it and it stays in the browser, even when restarted server
Describe the bug
so I have a medium to large size application built in Nuxt ^3.6.5
I recently added:
devtools: { enabled: true },
to the bottom of my nuxt.config.ts
when I had finished looking at my pinia stores, I removed it, restarted npm run dev and it was still there. I then restarted my Mac and devtools is still there and my application is hanging, page has become unresponsive.
please help
Additional context
No response
Logs
Did you manage to sort this out?
No not yet and I haven’t retested it lately, only discovered last week
John
Sent from Gmail Mobile
On Mon, 17 Feb 2025 at 17:40, John Tanzer @.***> wrote:
Did you manage to sort this out?
— Reply to this email directly, view it on GitHub https://github.com/nuxt/devtools/issues/794, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACGYUP2FWQGQD2VFVP2TBD2QINH3AVCNFSM6AAAAABXCRLAPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRTG43DONJYHE . You are receiving this because you authored the thread.Message ID: @.***> [image: moshetanzer]moshetanzer left a comment (nuxt/devtools#794) https://github.com/nuxt/devtools/issues/794
Did you manage to sort this out?
— Reply to this email directly, view it on GitHub https://github.com/nuxt/devtools/issues/794, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACGYUP2FWQGQD2VFVP2TBD2QINH3AVCNFSM6AAAAABXCRLAPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRTG43DONJYHE . You are receiving this because you authored the thread.Message ID: @.***>
This likely needs a reproduction - but I would recommend checking first if this is reproducible with the latest version of Nuxt.
(Also please check whether you have a global install of nuxt/devtools.)