Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxies can cause async race conditions #63

Open
ethanchristensen01 opened this issue Feb 8, 2024 · 0 comments
Open

Proxies can cause async race conditions #63

ethanchristensen01 opened this issue Feb 8, 2024 · 0 comments

Comments

@ethanchristensen01
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant