We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: