Examples updated to v3.0.3 don't work in IE 11
See original GitHub issueI’d like to use the static page export feature of Next.js v3.0.3 however when I test in IE 11, a syntax error in the main.js
file kills all JavaScript.
You can reproduce this issue with the following:
git clone https://github.com/zeit/next.js.git
cd next.js/examples/data-fetch
yarn install
yarn add next@3.0.3
yarn run dev
Any advice on how to get Next.js v3 with IE 11 working would be great.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:27 (13 by maintainers)
Top Results From Across the Web
Examples updated to v3.0.3 don't work in IE 11 #2747 - GitHub
I'd like to use the static page export feature of Next.js v3.0.3 however when I test in IE 11, a syntax error in...
Read more >Update enables SSL 3.0 fallback warnings in Internet Explorer ...
Describes an update that enables SSL 3.0 fallback warnings in Internet Explorer 11.
Read more >Rxjs subscriptions do not work in IE 11 with Angular 10.1.1 ...
After upgrading from Angular 10.0.1 to 10.1.1 IE 11 stopped working. Any try to subscribe (rxjs ^6.6.3) to even the simplest http request ......
Read more >Release Notes v3.0.3 - Tempered's webhelp page
ID Applies to Description
DEV‑15572 Airwall Gateways
DEV‑14045 Android and iOS Airwall Agents iOS does not currently support overlay ping.
DEV‑12852 Windows Airwall Agents
Read more >Internet Explorer - Wikipedia
Internet Explorer is a series of graphical web browsers developed by Microsoft which was used in the Windows line of operating systems (in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah would be nice to re-open this as we just hit it today on Next 4.1.3 (only in dev though).
It was fine yesterday so not sure what happened to trigger this…
v 4.1.0 In IE 11 Error.