-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Sets/Maps/WeakSets/WeakMaps (collections) are not reactive. #6774
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
Comments
Most of those collections not being supported by all browsers we cannot support them yet. I thought this was discussed in another issue but I couldn't find it. |
Ah, found it: #1319 (comment) (thanks to #5241 (comment)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.4.4
Reproduction link
https://jsfiddle.net/z93jk3py/
Steps to reproduce
Create computed value based on Set/Map/WeakSet/WeakMap. update collection, computed value not updated
What is expected?
Expect View to be updated on collection update
What is actually happening?
View not updated.
If not mistaken, development has been done to wrap Arrays methods (pop, push..). Should same be done for methods of aforementioned collections?
The text was updated successfully, but these errors were encountered: