Wrong context when iterating an array with undefined
inside a conditional block helper
#1762
Labels
undefined
inside a conditional block helper
#1762
Recently I found that I have missed my context with the following snippet:
The problem only occurs inside a conditional block helper:
It is a common case that a conditional block helper should not create a new context, but actually, it has wrapped an empty context when iterating an array with
undefined
inside it.The text was updated successfully, but these errors were encountered: