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 can reproduce this bug in PL PHP using the Mustache engine. Not sure the scope of the bug (is it all PHP? Just Mustache? Something else?) but I trust @EvanLovely can better answer that.
When patterns are included using a styleModifier, the included pattern no longer appears in the lineage.
{{> atoms-square }}
without any styleModifier shows up correctly:But
{{> atoms-square:c-block-media__img }}
doesn't display in the lineage:I also tested including pattern parameters, and those behave normally.
The text was updated successfully, but these errors were encountered: