-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
IframeWrapper in Playground breaks styled-component render #984
Labels
Comments
Yeah, also seeing this, but only after hot-reloads. Initially styles are there, but on hot reloads only the main |
rakannimer
added a commit
that referenced
this issue
Aug 29, 2019
rakannimer
added a commit
that referenced
this issue
Aug 29, 2019
Merged
rakannimer
added a commit
that referenced
this issue
Aug 29, 2019
Thanks for reporting ! It should be fixed with 2.0.0-rc.8, please feel free to re-open or open a new issue if it's not resolved ! |
amprew
pushed a commit
to amprew/docz
that referenced
this issue
Oct 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
The IframeWrapper in the Playground does not copy over all styled-components generated styles.
When using conditional styles like the following:
the styles for
Image
andInitials
will not be applied.The styles are injected to the main html document but not to the iframe.
The text was updated successfully, but these errors were encountered: