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
{{ message }}
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
I am using Pattern Lab Node v2.11.0 on Mac, using the webpack configuration.
Expected Behavior
When I include a pattern twice with different style modifiers, the patterns should be rendered with those style modifier differences.
Actual Behavior
When I include a pattern twice with different style modifiers, the pattern that is rendered first will overwrite all styleModifiers of the second pattern that is rendered.
Steps to Reproduce
Difficult to reproduce. What I have is a component called skew I call like this:
I am using Pattern Lab Node
v2.11.0onMac, using thewebpackconfiguration.Expected Behavior
When I include a pattern twice with different style modifiers, the patterns should be rendered with those style modifier differences.
Actual Behavior
When I include a pattern twice with different style modifiers, the pattern that is rendered first will overwrite all styleModifiers of the second pattern that is rendered.
Steps to Reproduce
Difficult to reproduce. What I have is a component called
skewI call like this:In a very different place, I call it like this.
As soon I add the second include, the first include will render with the exact same styleModifiers