Ask questionsIE11: Object not valid as React Child
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.0gatsby develop) is Promise 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 😅
Visit https://www.gatsbyjs.org/ in IE11 and look at the console.
IE11 users should be able to use a regular Gatsby website.
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})
System:
OS: macOS 10.14.5
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Shell: 5.3 - /bin/zsh
Binaries:
Node: 10.15.3 - /usr/local/bin/node
Yarn: 1.15.2 - /usr/local/bin/yarn
npm: 6.9.0 - /usr/local/bin/npm
Languages:
Python: 2.7.16 - /usr/local/bin/python
Browsers:
Chrome: 74.0.3729.169
Safari: 12.1.1
npmPackages:
gatsby: ^2.9.9 => 2.9.11
gatsby-image: ^2.1.4 => 2.1.4
gatsby-plugin-emotion: ^4.0.6 => 4.0.7
gatsby-plugin-portal: ^1.0.7 => 1.0.7
gatsby-plugin-purgecss: ^4.0.0 => 4.0.0
gatsby-plugin-react-helmet: ^3.0.12 => 3.0.12
gatsby-plugin-react-svg: ^2.1.1 => 2.1.1
gatsby-plugin-sass: ^2.0.11 => 2.0.11
gatsby-plugin-sentry: ^1.0.1 => 1.0.1
gatsby-plugin-sharp: ^2.1.7 => 2.1.7
gatsby-source-apiserver: ^2.1.2 => 2.1.2
gatsby-source-filesystem: ^2.0.41 => 2.0.41
gatsby-source-graphql: ^2.0.19 => 2.0.19
gatsby-transformer-sharp: ^2.1.21 => 2.1.21
gatsby-transformer-yaml: ^2.1.12 => 2.1.12
npmGlobalPackages:
gatsby-cli: 2.6.13
Related questions