devtools
devtools copied to clipboard
fix: devtools along `deep: false` in `useAsyncData` lead to performance issues in dev
đ 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