MVCoconut / coconut.vdom

Coconut rendering through virtual-dom.
The Unlicense
19 stars 8 forks source link

Compile issue on newer haxe versions #50

Open thomasjwebb opened 1 year ago

thomasjwebb commented 1 year ago

When I compile a pretty basic vdom app with haxe 4.2.5, it compiles fine. If I update to 4.3.0 or newer, I get:

/src/coconut/vdom/RenderResult.hx:14: characters 12-37 : Void should be coconut.vdom.RenderResult

I can't figure out why. When I trace through it looks like all the code paths should be returning non-void but I might be confused by the macros...