Closed serjek closed 3 years ago
I could not reduce this example even further as removing unused params makes this bug go away for some reason.
worth noting, haxe.Timer.delay(boom,0)
this fixes the problem.
it appears order of variables matters.In TestModel
: if computed
declared before constant
then issue is gone.
TypeError: undefined is not an object (evaluating 'this1.getValue')
when it tries to evaluate external param inFaulty
model