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
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
Discovered this when using a later version of virtual-dom that uses ev-store instead of data-set. dom-delegator expects data-set. Ideally this would be decoupled instead of just moving to ev-store.
22:17 <kumavis> Raynos: playing with mercury, getting some weird behaviour
22:18 <kumavis> somehow event registration is not working?
22:55 <kumavis> Raynos: I think it was latest that im manually brininging in modules instead of using mercury and the latest virtual-dom is not compatible somehow
22:57 <kumavis> Raynos: just confirmed this to be true
23:22 <kumavis> ah ok that took awhile, but there is an implicit expectation that virtual-dom and DOMDelegator are both using data-set
23:23 <kumavis> later virtual-dom uses ev-store instead
The text was updated successfully, but these errors were encountered:
I believe the open issue is that there is an implicit peer dependency where dom-delegator and virtual-dom need to be sharing a reference to the same ev-store. if they each got their own copy then it won't work.
Discovered this when using a later version of virtual-dom that uses ev-store instead of data-set. dom-delegator expects data-set. Ideally this would be decoupled instead of just moving to ev-store.
The text was updated successfully, but these errors were encountered: