devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
It's strange, but if the `nuxt.config` file contains `@nuxt/devtools` inside `modules`, the font panel doesn't work. https://github.com/dungsil/issues/blob/0f11e1fcd386b289835d8d19c6b9199f66aa748c/nuxt-fonts-106/nuxt.config.ts#L6  > ERROR [nuxt-devtools] RPC error on executing "nuxt-devtools-fonts:getFonts": > [birpc] function "nuxt-devtools-fonts:getFonts"...
### 🐛 The bug Inspector selects elements on the page, cursor reports an error  ### 🛠️ To reproduce https://github.com/lixiaofa/nuxt-devtools-test.git ### 🌈 Expected behavior After selecting elements on the page,...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 🆒 Your use case Related issues: https://github.com/nuxt/nuxt/issues/31892 and https://github.com/nuxt/nuxt/pull/31977 The current `Hooks` tab shows registered hooks and how many times they have been called. This is useful, but it...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.11 to 6.3.4. Release notes Sourced from vite's releases. v6.3.4 Please refer to CHANGELOG.md for details. v6.3.3 Please refer to CHANGELOG.md for details. v6.3.2 Please refer to...
### 🔗 Linked issue ### ❓ Type of change This PR exposes the state from vue-tracer. It's more convenient if module integrations wants to use the overlay without triggering any...
### 🐛 The bug I opened [an issue](https://github.com/nuxt/devtools/issues/819) previously but it did not contain all the information how to reproduce this issue. The issue can be reproduced in Stackblitz too....
### 🐛 The bug Mount points added via nitro plugin do not show up in storage view. ### 🛠️ To reproduce https://stackblitz.com/edit/github-hd8qczj6?file=server%2Fplugins%2Fstorage.ts ### 🌈 Expected behavior Mount points added via...
### 🐛 The bug Creating a bare Nuxt project with `npx nuxi@latest init project` and starting it with `npm run dev` causes severe memory leak (most of the time). This...
Bumps [koa](https://github.com/koajs/koa) from 2.15.2 to 2.16.1. Release notes Sourced from koa's releases. v2.16.1 fix: don't render redirect values in anchor ref 2.16.0 This is a backported release to fix core...