tyom / storybook-addons

Useful add-ons for Storybook
https://tyom.github.io/storybook-addons/
MIT License
23 stars 2 forks source link

storybook-react-context: Maximum call stack size exceeded #20

Closed ldeveber closed 3 years ago

ldeveber commented 3 years ago

From https://tyom.github.io/storybook-addons/react/?path=/story/storybook-react-context--change-context-on-mount&fixtures=.0

RangeError: Maximum call stack size exceeded
    at sortObject (https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417487)
    at https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417758
    at Array.reduce (<anonymous>)
    at sortObject (https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417665)
    at https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417758
    at Array.reduce (<anonymous>)
    at sortObject (https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417665)
    at https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417758
    at Array.reduce (<anonymous>)
    at sortObject (https://tyom.github.io/storybook-addons/react/vendors~main.17a6b5f5.iframe.bundle.js:2:417665)
Screen Shot 2021-08-02 at 4 18 57 PM
tyom commented 3 years ago

Hi @ldeveber. Thanks for reporting the issue. I've been working on updating the packages to work with the latest Storybook version and should have it resolved soon.

Thanks for your patience.

tyom commented 3 years ago

I've published new versions of the packages. The issue should be fixed now.

tyom commented 3 years ago

@ldeveber can you confirm if the issue is fixed for you?

tyom commented 3 years ago

Closing due to inactivity.