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.

IE11 React 15.4 issue

See original GitHub issue

On IE11 I got error:

 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`.

Wonder why it’s problem only in IE…

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
DimitryDushkincommented, Nov 30, 2016

It’s not redbox related. Adding Symbol polyfill is the fix — https://github.com/thejameskyle/babel-react-optimize/issues/16#issuecomment-263519239

0reactions
gaearoncommented, Dec 5, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

React app not rendering in IE11 and below #8379 - GitHub
I'm having the same issue. However I have two apps - one running 15.1.0 and one running 15.4.0, on a more recent update...
Read more >
Objects are not valid as a react child (In Internet explorer 11 ...
I've resolved this issue by reordering polyfill and react / react-dom to be sure that the polyfill Symbol is loaded before React and...
Read more >
[Solved]-React app not working in Internet Explorer 11-Reactjs
This worked for me. Update the development array in package.json "development": [ "ie 11", "last 1 chrome version", "last 1 firefox version", "last...
Read more >
Objects are not valid as a react child (In Internet explorer 11 ...
I've resolved this issue by reordering polyfill and react / react-dom to be sure that the polyfill Symbol is loaded before React and...
Read more >
Error showing the table: React 15.4.2 + IE + SharePoint - Issues
Hi there, how are you? I'm having an issue when i try to setting up handsontable with React and SharePoint Framework over IE11...
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