A problem about IE11 partial module loading
See original GitHub issueEnvironment(required)
- antd version: 2.7.2
- OS and its version: window10
- Browser and its version: IE11
What did you do? Please provide steps to re-produce your problem.
When I import whole package in the compiler vendors,nothing wrong,all the browser are working properly,but when I import package partial,there had been an error,and the project didn’t work,only IE11 has this problem.
error code: SCRIPT5022: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons. Check the render method of RedBoxError
.
Thanks!
What do you expected?
What happen?
Re-producible online demo
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Fix site display issues with Compatibility View in Internet ...
For Windows 7. When a site is incompatible with Internet Explorer 11 for Windows 7, you'll see the Compatibility View button Compatibility View...
Read more >Is your Vue app not working in IE 11? Here's how to fix it.
The main reason why your Vue app is breaking in IE11 is because the browser does not support modern JavaScript syntax. By that...
Read more >Missing module exports in IE11/Edge - Stack Overflow
The problem starts with IE11/Edge. The code works fine on Chrome. Here's how the module is imported in the transformed app (babel'd code):...
Read more >Browser issue in IE 11 but working fine in chrome browser
It is working fine chrome and not working in IE then mostly issue with flex CSS property. Flex layout in Internet Explorer 11...
Read more >"modules" | Can I use... Support tables for HTML5, CSS3, etc
Loading JavaScript module scripts (aka ES6 modules) using <script ... 1 Notable partial support in IE11 includes (at least some) support for const ......
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
See: https://github.com/facebook/react/issues/8379#issuecomment-263962787
Solution: https://github.com/facebook/react/issues/8379#issuecomment-264858787
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.