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.
The click on the circular button will cause the action to never be logged.
I've tried replacing json-stringify-safe with circular-json which seems to behave better.
But even then after the 4th click circular-json will throw a circular reference error.
I now know how to circumvent this by just not logging something with circular references, however when this bug is encountered it's not immediately clear the hang originates from within storybook which makes one try to debug the application code itself first.
I think replacing json-stringify-safe with circular-json would already be an improvement.
The text was updated successfully, but these errors were encountered:
It can be replicated by replacing
circular
with something likewindow
within:https://github.com/kadirahq/storybook-addon-actions/blob/master/.storybook/stories.js#L20
The click on the circular button will cause the action to never be logged.
I've tried replacing
json-stringify-safe
withcircular-json
which seems to behave better.But even then after the 4th click
circular-json
will throw a circular reference error.I now know how to circumvent this by just not logging something with circular references, however when this bug is encountered it's not immediately clear the hang originates from within storybook which makes one try to debug the application code itself first.
I think replacing json-stringify-safe with circular-json would already be an improvement.
The text was updated successfully, but these errors were encountered: