Skip to content
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

fix(themes): Handle shared parent theme with component shadowing #12883

Merged

Conversation

johno
Copy link
Contributor

@johno johno commented Mar 26, 2019

If gatsby-theme-a and gatsby-theme-b both install and use
gatsby-theme-c (as a parent theme) this would cause an error
to be raised when either sibling theme shadowed a component
from gatsby-theme-c when it should be ignored.

@johno johno requested a review from a team as a code owner March 26, 2019 20:00
If gatsby-theme-a and gatsby-theme-b both install and use
gatsby-theme-c (as a parent theme) this would cause an error
to be raised when either sibling theme shadowed a component
from gatsby-theme-c when it should be ignored.
@johno johno force-pushed the handle-shared-parent-theme branch from 53dcbf7 to 129775e Compare March 26, 2019 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants