Closed
Description
Verify canary release
- I verified that the issue exists in Next.js canary release
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP Wed Oct 28 23:40:43 UTC 2020
Binaries:
Node: 12.22.4
npm: 6.14.14
Yarn: N/A
pnpm: N/A
Relevant packages:
next: 12.1.6-canary.0
react: 18.0.0
react-dom: 18.0.0
What browser are you using? (if relevant)
IE11 21H2 (OS Build 19044.1645)
How are you deploying your application? (if relevant)
No response
Describe the Bug
- With IE11 import any component with "next/dynamic"
- Page will not render correctly, JS will stop working (onClick etc)
Expected Behavior
- With IE11 import any component with "next/dynamic"
- Page renders correctly, JS continues to work (onClick etc)
To Reproduce
-
Git Clone https://github.com/jaspersorrio/next-js-ie11-bug
-
npm install && npm run dev
-
Open IE 11
-
[GET] http://localhost:3000 <-- Will error
-
[GET] http://localhost:3000/without-dynamic <-- Works fine