-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Hot Reloading Maximum call stack size exceeded
error with circular reference
#16613
Comments
@facebook-github-bot no-template |
Hey @codebymikey, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks! |
ffs, this is getting frustrating. |
This is a show-stopper for the entire framework and reason why I haven't done anything in React for past 5 months. |
This issue is missing some required information and has been closed. For anyone running into this issue, please go ahead and open a new issue, making sure to fill in the template. |
This is now fixed in master. |
Carrying on from #7288 which has been opened for over a year.
Say, there are two files
a.js
andb.js
.a.js
:b.js
:After making a change to one of these files, with Hot Reloading enabled, it will run into an infinite situation and finally throw a
Maximum call stack size exceeded
error.Even if I use a dynamic require in a function, such as what in
b.js
:This is a pretty serious issue.
The text was updated successfully, but these errors were encountered: