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
Fixeslambda-fairy#91.
To avoid erroneously preventing elements which are actually meant to be
called `if` from being used, this is only a warning, with a suggestion
of the template syntax.
I just spent some time debugging one of the first maud codes I translated from mustache templates.
I had:
Maud should have told me to use
@if
instead ofif
, with either an error or at least a warning.The text was updated successfully, but these errors were encountered: