Closed hansagames closed 3 years ago
Well, the tests pass and the reason they do is that the import happens in import.hx
. Which versions of haxe, tink_core and tink_state are you using?
hi @back2dos
tink_core=2.0.2
tink_state=1.0.0-beta.3
haxe=4.2.2
but if its intetion will try to check maybe its some cache issue or so
Will close as after removing all libs and haxe, after reinstall didnt get any error anymore
Hi,
noticed that
LinkObject
is being used insrc/tink/state/internal/Binding.hx
but there is no import from
tink.core.Callback.LinkObject
,because of that could not compile my app, is it intentional? and I am missing something or its bug ?
thank you