You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the same issue with the Nodes Flash package. I was expecting to be able to use the following in my templates (where flashes() is the custom tag):
In Leaf 3 we could loop not just over arrays from context, but we also could loop over custom tag result
Now in Leaf 4:
#for(language in #config("app", "languages")):
Throws exception:
LeafKit.LexerError.Reason.invalidParameterToken(\"#\")
#for(language in config("app", "languages")):
Throws:
"for loops expect single expression, 'name in names'"
The text was updated successfully, but these errors were encountered: