devtools icon indicating copy to clipboard operation
devtools copied to clipboard

fix: devtools along `deep: false` in `useAsyncData` lead to performance issues in dev

Open warflash opened this issue 1 year ago â€ĸ 0 comments

🐛 The bug

See https://github.com/nuxt/nuxt/issues/25901 for context

đŸ› ī¸ To reproduce

https://stackblitz.com/edit/github-6ss7qv?file=store%2FtrueShallow.ts,store%2FasyncDataShallow.ts,pages%2FasyncDataShallow.vue,pages%2FtrueShallow.vue,app.vue,pages%2Findex.vue

🌈 Expected behavior

The performance between enabled and disabled devtools shouldn't diverge as much

â„šī¸ Additional context

No response

warflash avatar Mar 29 '24 11:03 warflash