question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Examples updated to v3.0.3 don't work in IE 11

See original GitHub issue

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 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:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:27 (13 by maintainers)

github_iconTop GitHub Comments

5reactions
oliverjamcommented, Nov 1, 2017

Yeah would be nice to re-open this as we just hit it today on Next 4.1.3 (only in dev though).

screen shot 2017-11-01 at 16 08 23

It was fine yesterday so not sure what happened to trigger this…

3reactions
Lizhoohcommented, Oct 19, 2017

v 4.1.0 In IE 11 Error.

The object does not support the "from" property or method
The TypeError: object does not support the "from" property or method
At _toConsumableArray (http://127.0.0.1:3000/_next/1508422415649/main.js:13836:169)
At Anonymous function (http://127.0.0.1:3000/_next/1508422415649/main.js:13896:9)
At instantiate (http://127.0.0.1:3000/_next/1508422415649/main.js:13894:8)
At Unknown (Function code:2:10)
At mountIndeterminateComponent (http://127.0.0.1:3000/_next/1508422415649/commons.js:10406:7)
At beginWork (http://127.0.0.1:3000/_next/1508422415649/commons.js:10607:9)
At performUnitOfWork (http://127.0.0.1:3000/_next/1508422415649/commons.js:12579:5)
At workLoop (http://127.0.0.1:3000/_next/1508422415649/commons.js:12688:11)
At callCallback (http://127.0.0.1:3000/_next/1508422415649/commons.js:1305:9)
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found