-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Revert "Move from local icons to polaris-icons (#686)" #775
Conversation
This reverts commit d847fc6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't revert. The error is due to a limitation in build-consumer, which doesn't install transitive dependencies.
I'm not familiar with the term transitive dependencies, what are they? Is this something that can easily be fixed forward? @kaelig |
Transitive dependencies are dependencies of dependencies. In this case polaris-styleguide does not directly depend upon polaris-icons, but on polaris-react, which in turn depends upon polaris-icons. polaris-icons is a new dependency of polaris-react that only exists on master. Running This will fix itself once we release a new version of polaris-react and update polaris-styleguide to use that version. |
Thanks, TIL. That's unfortunate, |
But technically we should't release a new version of Polaris unless we are able to build-consumer and properly tophat our release? |
This reverts commit d847fc6.
WHY are these changes introduced?
Polaris icon's cannot be resolved
WHAT is this pull request doing?
Reverting #686
How to 🎩
Build consumer to web or polaris styleguide