barneycarroll / mithril-machine-tools

Putting the hype back in hyperscript, the OM back in virtual DOM; A bag of tricks for Mithril.
MIT License
30 stars 3 forks source link

Island vtree patching is broken, fails on subsequent global draws #6

Closed barneycarroll closed 6 years ago

barneycarroll commented 6 years ago

Difficult to read through the computed vtree and work out exactly what went wrong but I've seen { '0' : (Subtree) } in there 🤢

barneycarroll commented 6 years ago

Fixed as of caafa13 - just needed to use immutable Patchinko 😅