Skip to content
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

Fix problem with infinite loop with SRE component in IE. #450

Merged
merged 1 commit into from
Mar 5, 2020

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Mar 4, 2020

This resolves the issue in IE where you get a stack overflow when starting up the explorer (or other tools that rely on SRE). The issue was that the Promise polyfill would cause combineConfig() to loop infinitely (it apparently has a recursive reference in it).

This also lengthens the timeout from 10 to 20 seconds, since IE is slow enough to sometimes need it.

@dpvc dpvc requested a review from zorkow March 4, 2020 17:18
@zorkow
Copy link
Member

zorkow commented Mar 5, 2020

Lgtm

@zorkow
Copy link
Member

zorkow commented Mar 5, 2020

Not sure how I can approve the PR in this app.

@dpvc dpvc merged commit 2ffa1a0 into develop Mar 5, 2020
@dpvc
Copy link
Member Author

dpvc commented Mar 5, 2020

No problem, I merged without explicit approval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants