ctrlplusb / react-async-component

Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases.
MIT License
1.45k stars 62 forks source link

React.Children.only seems to fail on IE11 #88

Closed mschipperheyn closed 5 years ago

mschipperheyn commented 5 years ago

I have problems getting a React application running on IE11. The problem seems to be that React.Children.only throws error React.Children.only expected to receive a single React element child.

Only happens on ie11 Any familiarity with that issue?

mschipperheyn commented 5 years ago

I resolved this. In my case it turned out to be related to not polyfilling Symbol on React 16.x