-
Notifications
You must be signed in to change notification settings - Fork 194
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
useURLPolyfill doesn't seem to work in 0.5.0.rc-1 #444
Comments
Actually I mistyped.. thought I was using the latest version and was wrong. The behavior I described before is in IE11 for 0.5.0-beta.9. After updating to 0.5.0-rc.1 I can not get refresh to work in IE11 no matter what option I pass to the plugin.
|
I'll check this. Unfortunately I do not have access to a machine with IE11 currently but I guess I can spawn a VM 😬 |
Are you by any chance already using a polyfill in your app, like |
Just core-js and regenerator runtime at the very top of my root index.is.
I do include the two polyfills in the entry field in my webpack.dev.config
to support web pack dev server 4 beta 3 for ie11. One is whatwg-fetch and
something from corejs. However I can't remember the exact corejs function
off the top of my head. I can look tomorrow
…On Sun, Jul 11, 2021, 6:05 PM Michael Mok ***@***.***> wrote:
Are you by any chance already using a polyfill in your app, like
react-app-polyfill, and have the URL constructor polyfilled?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#444 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5BJLZ6XQVS2JALWT2TV3TXIPUFANCNFSM477DRACQ>
.
|
Hello,
I am unfortunately stuck supporting IE11 and have been having trouble with the overlay option.
If I set overlay: false I have no issues in IE11 apart from not having an error overlay. The page loads correctly and when I update a component the refresh happens.
However setting the overlay option to overlay: { useURLPolyfill: true} or overlay: { useURLPolyfill: false } results in an error in IE11 with the app crashing immediately with no render. Note everything works fine with Chrome and FF with any of the three settings.
This is the error in the dev tools
Best regards,
Tim
The text was updated successfully, but these errors were encountered: