Open ringods opened 4 years ago
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks!
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks!
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks!
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks!
I am using Pattern Lab Node
v5.9.3
onMac
, with Nodev12.16.3
, using aCustom
Edition withengine-twig
Expected Behavior
Meta head & foot to be rendered the same amount of times.
Actual Behavior
Meta foot is rendered more times.
Steps to Reproduce
In trying to track the cause of #1201, I bumped into a strange behavior of PL. I added a log statement in the
renderPattern
call ofengine-twig
. In the example project, only rendering a single pattern, there are two additional summary pages. In this case, I expect the_meta/_00-head.twig
and_meta/_01-foot.twig
to be rendered 3 times. However, I get this:The head is rendered 3 times, but the footer is rendered 5 times. How does this come?