-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
View isn't sync in combined usage of mixin & provide & render fn & computed (no explicit reason) #2829
Comments
07akioni
changed the title
Reactivity broken in combined usage of mixin & provide & render fn & computed (no explicit reason)
View isn't sync in combined usage of mixin & provide & render fn & computed (no explicit reason)
Dec 16, 2020
It's really complicated too.like #2768 |
Yes, I think it may be caused by the same reason (due to the version in which it fails). However I have no time for debugging it😂. Hope it can be fixed soon. |
Same as #2768, like @edison1105 said, it caused by af95604 . |
This was referenced Jan 18, 2021
yyx990803
pushed a commit
that referenced
this issue
Feb 25, 2021
This was referenced Mar 8, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.4
Reproduction link
https://codesandbox.io/s/priceless-matsumoto-7i99q?file=/src/index.vue
Steps to reproduce
follow the link
What is expected?
The theme in
theme-consumer
should equal toparent
's andchild
's.View doesn't sync
What is actually happening?
After the first correct mutation, the view doesn't sync anymore.
Some factors effect the demo.
If you
child
's slot, the behavior will be correctchild
, the behavior will be correct.vue
sfc, the behavior will be correct...
It works in
3.0.2
, fails after it.The text was updated successfully, but these errors were encountered: