haxe-react
haxe-react copied to clipboard
js-object not needed anymore?
Am I wrong or is js-object not needed anymore since Haxe 4?
It doesn't work with haxe 4's js.lib.Object because of assign() signature being (imo) wrong there: return type is set to T while assign() should be able to return an object with more fields (which is needed here).
I see. Has it been reported in the Haxe issue tracker?