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
I'm trying to use Vue 3's reactivity api to make a reactive object without needing to rely on the DOM.
The test runs via node, I tried to make sure to use node v13.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.3
Reproduction link
https://github.com/vue-sync/core
Steps to reproduce
What is expected?
the test should run
What is actually happening?
the test fails to run with a "1 uncaught exception".
Error:
I'm trying to use Vue 3's reactivity api to make a reactive object without needing to rely on the DOM.
The test runs via node, I tried to make sure to use node v13.
The text was updated successfully, but these errors were encountered: