devtools icon indicating copy to clipboard operation
devtools copied to clipboard

adding devtools to an application and then removing it, doesn't get removed and application hangs

Open jbiddulph opened this issue 1 year ago • 3 comments

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


jbiddulph avatar Feb 13 '25 16:02 jbiddulph

Did you manage to sort this out?

moshetanzer avatar Feb 17 '25 17:02 moshetanzer

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: @.***>

jbiddulph avatar Feb 17 '25 17:02 jbiddulph

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.)

danielroe avatar Feb 22 '25 20:02 danielroe