Closed jacobq closed 2 years ago
No idea why this one test fails: https://travis-ci.com/github/pzuraq/liquid-wormhole/jobs/403239645#L698 Fluke / re-run?
Closing due to inactivity / age. May revisit while working out some other compatibility issues I'm having right now...
Looks like
removeWormhole
can get called in the same cycle asdidInsertELement
, and both touchitem.nodes
, which triggers an error in Ember 3.22 that looks something like this:To work around this for now (probably not the best way) we postpone the update to the next turn of the rendering loop. Note: I am not sure if this change may have other (negative) side-effects -- just saw that it made the other error go away....