-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive reference between functions cause "maximum call stack size exceeded" #558
Comments
Since the last update I've made today to version 2.25.0, start getting same error message for component which worked fine before. Downgraded back to 2.20.0, and it works fine again. |
It's a bug and on it. |
@DimitryKislichenko could you send me a sample code as well. |
Guys, could you check the latest version of storybook where I did a fix. |
Thanks @arunoda, I can confirm that version 2.25.1 works. |
Joining the confirmation just to thank @arunoda for his lightning fast fix. |
Awesome. So, I'm gonna close this. |
tl;dr - I suppose it's the hot reloading, is there a way to turn it off?
If I include the following function:
I get "maximum call stack size exceeded" on build.
Is there any way around it?
The text was updated successfully, but these errors were encountered: