-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patterns incorrectly inheriting styleModifier when it has not been set #190
Comments
I have some research to do - but I don't think this syntax is supported (yet). Specifically, having I might try to consolidate all of these issues into one, as I think these are all symptoms of the same issue. |
I am marking this a "duplicate" since I think' it's a symptom. I will make sure to test this scenario when #189 is addressed. |
Ah I see now what's happening. Note to self, cannot assume first instance is the instance you are operating on. |
TESTING NOTEIn addition to unit test coverage, I tested against actual builds of patternlab. 00-atoms\03-images\04-avatar.mustache
being called by:
|
Somehow I regressed on this or missed a case with the following: 01-molecules-06-components-02-single-comment.mustache
and
Looking into this now UPDATE |
Refixed this and it's live in dev. |
I have one atom with three variants. I created them as three atoms like the following:
00-atoms/00-price.mustache:
00-atoms/01-price-old.mustache:
00-atoms/02-price-new.mustache:
I would expect them to be rendered as follows:
However this is what I see (on view all and individual atomic view):
The first atom is inheriting the
new
class from somewhere.The text was updated successfully, but these errors were encountered: