Closed Speedphoenix closed 1 year ago
This used to cause issues with code like this
static var SRC = <comp> <flow id="test" if(complexCondition)/> </comp> override function init() { super.init(); initComponent(); if (test != null) { // code that assumes complexCondition is true } bind(function() { if (!complexCondition) rebuild(); }); }
This used to cause issues with code like this