D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUI.hx:1156: characters 3-62 : Class not found : FlxUIInputText
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field get_height is declared 'override' but doesn't override any field
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field get_width is declared 'override' but doesn't override any field
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field height has different property access than in flixel.addons.ui.IFlxUIWidget ((default,accessor) should be (accessor,accessor))
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field width has different property access than in flixel.addons.ui.IFlxUIWidget ((default,accessor) should be (accessor,accessor))
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field height has different property access than in flixel.addons.ui.IResizable ((default,accessor) should be (accessor,accessor))
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field width has different property access than in flixel.addons.ui.IResizable ((default,accessor) should be (accessor,accessor))
etc.
I looked at the change log on github, and saw that just added causes of issues (overrides). But perhaps the case in some other dependencies. Can you suggest how to solve these issues?
D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUI.hx:1156: characters 3-62 : Class not found : FlxUIInputText
is not appears. Others at the same places.