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
After migrating to Vue 3, this was causing major bugs for several weeks. Today I figured out they were caused by Vue 3 Proxies being exposed to external code that doesn't expect a changing object.
After migrating to Vue 3, this was causing major bugs for several weeks. Today I figured out they were caused by Vue 3 Proxies being exposed to external code that doesn't expect a changing object.
Someone else wrote about their problems with the same issue:
https://www.hendrik-erz.de/post/death-by-proxy
Can the breaking changes page be updated to talk about this?
The text was updated successfully, but these errors were encountered: