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
Bug: Since partial inclusion is currently iterative, if a Mustache file includes a partial that diveSync will iterate on later because it is sorted higher alphanumerically, Pattern Lab will fail.
Bug: Since partial inclusion is currently iterative, if a Mustache file includes a partial that diveSync will iterate on later because it is sorted higher alphanumerically, Pattern Lab will fail.
To replicate:
source/_patterns/02-organisms/00-global/02-test.mustache
<h1>Foo</h1>
source/_patterns/02-organisms/00-global/00-header.mustache
{{> organisms-test }}
Fix: need recursive inclusion of partials
The text was updated successfully, but these errors were encountered: