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 has been 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:
Thanks so much for the thorough report. I'll make sure to take a look at this soon - it was my belief I had passing unit tests for this scenario - so I am curious as to what's happening!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Pattern Lab Node
v2.11.0
onMac
, using thewebpack
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: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
The text was updated successfully, but these errors were encountered: