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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
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.
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: