🐛 The bug
Hey. I'm tryna enable timeline for my nuxt application. When im clicking the enable button on timeline tab this error showes off [nuxt-devtools] RPC error on executing "enableTimeline": 'set' on proxy: trap returned falsish for property 'devtools' in my PHPstorm's terminal. I'm tried to enable this function in my nuxt.config.ts like this enableTimeline: true but it's not working too. I'm not found any info about this function in documentation and searching this error not getting me any useful info.
🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-beypkw?file=nuxt.config.ts
🌈 Expected behavior
If this function is not supposed to be working just not include it in release version of devtools or give me a message what i sould do to make this working or write a documentation
ℹ️ Additional context
I'm using PHPstorm and Debian 11, but this bug reproducing even in stackblitz so i don't really sure it's my environment issue
🐛 The bug
Hey. I'm tryna enable timeline for my nuxt application. When im clicking the enable button on timeline tab this error showes off
[nuxt-devtools] RPC error on executing "enableTimeline": 'set' on proxy: trap returned falsish for property 'devtools'in my PHPstorm's terminal. I'm tried to enable this function in mynuxt.config.tslike thisenableTimeline: truebut it's not working too. I'm not found any info about this function in documentation and searching this error not getting me any useful info.🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-beypkw?file=nuxt.config.ts
🌈 Expected behavior
If this function is not supposed to be working just not include it in release version of devtools or give me a message what i sould do to make this working or write a documentation
ℹ️ Additional context
I'm using PHPstorm and Debian 11, but this bug reproducing even in stackblitz so i don't really sure it's my environment issue