Closed freakinruben closed 8 years ago
Yes, it doesn't work above 0.2.0 because of internal Mithril changes. I will wait until the next stable release, then look at what needs to be done. I hope you can use 0.2.0 for the time being.
Good news, Mithril 0.2.3 has just been released and it works just fine again with mithril-hx! I'll upgrade the examples soon, but you can just download or use the latest version from a CDN if you like.
I'm not sure why, but the
this
scope of controllers is not being changed for controller functions when I use mithril 0.2.1 and higher.When I pause the debugger, it seems that
m.__haxecomponents.length
is 0 while with 0.2.0 it will be at least 1.Any chance you know a fix for this?