-
Notifications
You must be signed in to change notification settings - Fork 961
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 SCRIPT16389: Unspecified error. IE <=11 on page refresh #289
Conversation
If there is no browser history in the window in IE11 the window.history.state throws an unspecified error. Wrap in try catch.
Same question as before – is there any way you could make add a regression test? |
I'll try. |
@kirillkostko Can you at least give me any more information as to why IE11 |
It happened when I started my React app, not inside |
@mjackson Hi, have you found something? |
I'm also getting this error inside a react app with IE11.. As a workaround, I've put the following in the html page, and it seems to be working:
|
@mjackson, @taion angular also wraps accessing |
Just FYI everyone, this fix was released in version 2.1.2. |
@mjackson Thank you very much! 😄 |
The author of this PR #230 didn't fix a conflict. I decided to create a new a new PR. Really need this fix to be merged.