-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Zero 0.17 introduced a refCountMap parameter to applyChange.
However, I was not aware that Vue wrapped the data in Proxy objects. Therefore the refCountMap is not working as expected.
I've change Zero to not use a WeakMap and instead add the ref count to the actual entries. Once that is released zero-vue should work like it did in v0.1.1.
For now there are 3 options:
- Change the peer dependency version to not support zero 0.17
- Do what Solid did and a custom RefCountMap that unwraps the proxies.
- Wait until next zero release
Metadata
Metadata
Assignees
Labels
No labels