-
Notifications
You must be signed in to change notification settings - Fork 343
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
fix(ssr): set()
twice lose reactivity
#821
Conversation
So it works 🤔 What is weird is that the error "toRefs() expects a reactive object" appears on the server on Nuxt even though it's running 1.2.2 Regarding the test, should we add this? It doesn't seem like it was added back then |
Found the problem: setting twice. I'm going to fix this on Pinia but I don't think this edge case is currently working as expected. |
Fix #648 If this PR vuejs/composition-api#821 gets fixed, this commit can be reverted
set()
twice lose reactivity
Fix #648 If this PR vuejs/composition-api#821 gets fixed, this commit can be reverted
Fix #648 If this PR vuejs/composition-api#821 gets fixed, this commit can be reverted
Fix #648 If this PR vuejs/composition-api#821 gets fixed, this commit can be reverted
Same as #795
It seems to still be failing.
It creates vuejs/pinia#648