You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To trigger the bug, modify/save the file to trigger HMR. This is also reproducible in other situations, such as when navigating or triggering rerender in more complex contexts.
TypeError: 'set' on proxy: trap returned falsish for property 'default'
at assign (<anonymous>)
at updateSlots (chunk-BR2FAMHR.js?v=3f9a97d3:5769:9)
at updateComponentPreRender (chunk-BR2FAMHR.js?v=3f9a97d3:7221:5)
at ReactiveEffect.componentUpdateFn [as fn] (chunk-BR2FAMHR.js?v=3f9a97d3:7141:11)
at ReactiveEffect.run (chunk-BR2FAMHR.js?v=3f9a97d3:423:19)
at instance.update (chunk-BR2FAMHR.js?v=3f9a97d3:7205:52)
at updateComponent (chunk-BR2FAMHR.js?v=3f9a97d3:7032:18)
at processComponent (chunk-BR2FAMHR.js?v=3f9a97d3:6967:7)
at patch (chunk-BR2FAMHR.js?v=3f9a97d3:6429:11)
at ReactiveEffect.componentUpdateFn [as fn] (chunk-BR2FAMHR.js?v=3f9a97d3:7164:9)
(
Vue version
3.3.0-beta.2
Link to minimal reproduction
https://stackblitz.com/edit/github-oh8bn2?file=src/App.vue
Steps to reproduce
To trigger the bug, modify/save the file to trigger HMR. This is also reproducible in other situations, such as when navigating or triggering rerender in more complex contexts.
What is expected?
I expect this to work.
What is actually happening?
The following error is thrown:
System Info
No response
Any additional comments?
This seems to be a similar issue: #5307.
Downstream PR: nuxt/nuxt#20478
The text was updated successfully, but these errors were encountered: