v2.5.0
This release adds support for a waitForContent
parameter. Use it in cases where you have asynchronously loaded content that Happo isn't automatically detecting. E.g.
storiesOf('PaymentForm', module)
.add('default', () => <PaymentForm />, { happo: { waitForContent: 'Credit card' } });