You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by timoxley Monday Mar 20, 2017 at 07:04 GMT
Can reproduce. I'm getting incredibly slow responses from action. Click handler takes about a second, and seems to be stuck stringifying an html element:
As a quick workaround I suggest the serializer should specifically ignore dom elements.
Thursday Jan 19, 2017 at 00:52 GMT
Originally opened as storybook-eol/storybook-addon-actions#27
I have a story that passes
onFocus={action('Focused')}
The component is an input element with
onFocus={this.onFocus}
The text was updated successfully, but these errors were encountered: