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
Hello,
since using haxe 2.10 , I get these following errors when compiling :
/com/bit101/components/Component.hx:183: lines 183-186 : Field addEventListener has different type than in flash.events.IEventDispatcher
src/com/bit101/components/Component.hx:183: lines 183-186 : Bool should be Null
src/com/bit101/components/Component.hx:198: lines 198-201 : Field removeEventListener has different type than in flash.events.IEventDispatcher
src/com/bit101/components/Component.hx:198: lines 198-201 : Bool should be Null
Regards.
The text was updated successfully, but these errors were encountered:
I believe this issue is fixed now, with revision 3e0fc80
Sorry, something went wrong.
No branches or pull requests
Hello,
since using haxe 2.10 , I get these following errors when compiling :
/com/bit101/components/Component.hx:183: lines 183-186 : Field addEventListener has different type than in flash.events.IEventDispatcher
src/com/bit101/components/Component.hx:183: lines 183-186 : Bool should be Null
src/com/bit101/components/Component.hx:198: lines 198-201 : Field removeEventListener has different type than in flash.events.IEventDispatcher
src/com/bit101/components/Component.hx:198: lines 198-201 : Bool should be Null
Regards.
The text was updated successfully, but these errors were encountered: