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

Prevent large stories from breaking subsequent ones #16

Merged
merged 1 commit into from
Feb 21, 2019

Conversation

trotzig
Copy link
Contributor

@trotzig trotzig commented Feb 21, 2019

In 2.1.0, I introduced a regression that caused screenshots to have the
wrong size. The happo workers inject a div for each example equal to the
size of the content. If we don't clean out that div, the next example
will contain measurements from the measuring div. We should fix this on
happo workers as well, but at least this will unbreak the storybook
plugin.

In 2.1.0, I introduced a regression that caused screenshots to have the
wrong size. The happo workers inject a div for each example equal to the
size of the content. If we don't clean out that div, the next example
will contain measurements from the measuring div. We should fix this on
happo workers as well, but at least this will unbreak the storybook
plugin.
@trotzig trotzig merged commit 9a9174f into master Feb 21, 2019
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.

1 participant