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
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.
In any case, this is something that will be added to v3 when we drop support for older browsers (#5893 (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: