-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11: Object not valid as React Child #14922
Comments
@wardpeet let me know if there is something I can do |
It has been a busy week so thank you for your patience. I have it on my schedule for today. |
No worries, I can imagine! It's more of a "happy to contribute, if it would help" 😄 |
Hello, the "promise" error seen in development mode is also referenced here : #14502 |
seems like hot reloading being the culprit. We can add the gatsby/packages/gatsby/src/utils/webpack.config.js Lines 154 to 160 in 4e2cad1
|
@wardpeet Thanks, that could indeed be the resolution for the develop issue. |
seems like something else. Can you try running it in develop and get us the unminified error? |
Yeah, I'll give it a try! I get the same on I'll try to get it before the maintainer meeting |
Interesting, in so it seems like some missing polyfill in general |
This seems to be fixed in the newer versions of Gatsby, so I'm going to close it for now. Thanks @wardpeet and others for fixing and contributing! |
@thomascorthouts if you could solve your issue with Gatsby and ie11 please share how is the approach, currently i am facing with this issue. IE11 renders a blank page with error common.js and Navigation occured. |
@thomascorthouts I have the same issue, just updated to Gatsby |
Description
Since a few weeks, we get more and more errors from IE11 users, the error messages are
Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner})
(similar to #7003, so sorry if it should have been re-opened instead)Few things I've found so far (trying to fix it):
v2.8.0
gatsby develop
) isPromise is ‘undefined’
(-> possibly there is a new promise introduced that isn't being polyfilled)I would like to help tackle this issue, but I could use some help to start 😅
Steps to reproduce
Visit https://www.gatsbyjs.org/ in IE11 and look at the console.
Expected result
IE11 users should be able to use a regular Gatsby website.
Actual result
The website breaks for them and React throws an error
Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner})
Environment
The text was updated successfully, but these errors were encountered: