I've reduced down the previous PR to only be applicable to show_if. The final property is handled in _parse_end and due to that behavior, _ready is called before _initialize which is why there is a guard block to make sure the tree is ready to parse.
I've reduced down the previous PR to only be applicable to
show_if
. The final property is handled in_parse_end
and due to that behavior,_ready
is called before_initialize
which is why there is a guard block to make sure the tree is ready to parse.Resolves #5