You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use Custom App(pages/_app.jsx) Build an isomorphic application,It doesn't work very well in IE11,It prompts me that Symbol is undefined。But I imported polyfill.min.js globally in _document.jsx。
I tried with-polyfills、corejs、transform-runtime,But it didn’t solve my problem。
If i don't use Custom App,and only use custom document,It will run well。
I hope you can give me some help, thank you very much.
This discussion was converted from issue #15011 on July 09, 2020 10:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
When i use Custom App(pages/_app.jsx) Build an isomorphic application,It doesn't work very well in IE11,It prompts me that Symbol is undefined。But I imported polyfill.min.js globally in _document.jsx。
I tried with-polyfills、corejs、transform-runtime,But it didn’t solve my problem。
If i don't use Custom App,and only use custom document,It will run well。
I hope you can give me some help, thank you very much.
Github repository
repository
npm run dev
http://127.0.0.1:8088
Screenshots
1、IE11 Symbol undefined

2、i have Global import polyfill.js
System information
Beta Was this translation helpful? Give feedback.
All reactions