We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.2.4
http://codepen.io/anon/pen/VpyqEz?editors=1111
Create a parent and child component
Set the provide of the parent using vuex
Inject the provide of the parent to child
Must be reactive
Not Reactive
The text was updated successfully, but these errors were encountered:
It actually doesn't depend on Vuex. It happens with plain Vue: http://codepen.io/anon/pen/EWoMLr?editors=1111
Using a single array, nothing is tracked. But if we display another injected property (in this case bar), both are updating accordingly
Sorry, something went wrong.
fix provide isn't reactive with a single array - Fix vuejs#5223
3507eb8
7dea9f1
fix provide isn't reactive with a single array (vuejs#5229)
61f42e5
* fix provide isn't reactive with a single array - Fix vuejs#5223 * add warning when injections has been modified
No branches or pull requests
Version
2.2.4
Reproduction link
http://codepen.io/anon/pen/VpyqEz?editors=1111
Steps to reproduce
Create a parent and child component
Set the provide of the parent using vuex
Inject the provide of the parent to child
What is expected?
Must be reactive
What is actually happening?
Not Reactive
The text was updated successfully, but these errors were encountered: