- Issue created by @pdureau
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
If I understand correctly, instead of:
{% do attributes.addClass('...') %}
we're supposed to use:
{% set attributes = attributes.addClass('...') %}
Is that right?
It's not clear to my why the latter is better in any practical way. It's longer and ends up doing the same thing.
- 🇫🇷France pdureau Paris
Hi Liam,
We are currently changing our mind and agreeing with you. That's why we have such a ticket.
-
mogtofu33 →
committed 43d7df56 on 1.0.x
Issue #3502526 by pdureau, mogtofu33: Remove the warning about do tag?
-
mogtofu33 →
committed 43d7df56 on 1.0.x
Automatically closed - issue fixed for 2 weeks with no activity.