Skip to main content

All Questions

0 votes
0 answers
67 views

Recharts Newest Version crashing in IE11

Testing my website after updating to the newest version is failing. I have added in the resize-observer-polyfill. Now IE 11 gives me this error: Object doesn't support property or method '...
sagar's user avatar
  • 55
-1 votes
1 answer
385 views

IE11 polyfills don't work for React app. Why?

In IE11 I get these errors: But i have react-app-polyfill installed and imported in index.js first line:
Никита Толстиков's user avatar
0 votes
0 answers
362 views

React TypeError: Can't redefine non-configurable property 'error' in Internet Explorer 11

I'm having an issue in Internet Explorer while applying polyfills in react app which was created using CRA. After request to an api endpoint, a javascript error TypeError: Can't redefine non-...
Cafer Elgin's user avatar
1 vote
1 answer
390 views

My react app not running in IE11 after migrated Webpack from v4 to v5

I changed the configuration of my app following the webpack documentation: https://webpack.js.org/migrate/5/. After this, the app runs successfully on chrome and edge, but not working in IE11. I have ...
Vladut's user avatar
  • 58
3 votes
1 answer
4k views

nextjs ie11 Expected identifier

I've been developing on Chrome, hoping that Babel simply fits my code into i.e. One error occured SCRIPT1010: Expected identifier internet explore point the error here (this file is in static/chunk). ...
minjae kim's user avatar
0 votes
1 answer
294 views

IE11: How to polyfill `Array.values().next()` in Internet explorer, in React?

I'm having trouble with iterators in my React project running in IE11. Here's the minimum amount of code to reproduce the issue; // index.js ... import React from 'react' import ReactDOM from 'react-...
davidx1's user avatar
  • 3,623
0 votes
0 answers
2k views

React JS not working in IE 11 but in chrome, giving syntax error

I have the webpack+babel setup for React JS project. It works well in Chrome browser but gives 'Syntax error' in IE. I believe this is due to babel polyfills, so I have followed numerous solutions(...
Learner's user avatar
  • 800
0 votes
1 answer
2k views

React app not working in IE11 (have tried polyfills)

Our react app, built with create react app, isn't working in IE11 (development and production). Up till now we have used core.js to polyfill our code, but suddenly IE11 has stopped working. Initially ...
Will's user avatar
  • 133
3 votes
2 answers
8k views

IE11 Error: TypeError: non-array objects must have a [Symbol.iterator]() method

My application working fine on Firefox and Google Chrome, but unfortunately not on IE 11 or Edge. I have installed "react-app-polyfill": "^1.0.6", added all the polyfills needed as ...
MARWAN's user avatar
  • 101
2 votes
1 answer
1k views

Using react polyfills but getting error Object doesn't support property or method 'repeat' in IE11

I am using the react polyfills and the site works in IE11 except when using changeHeight() { let height = 0; for (let child of this.Element.current.children) { height = Math.max(...
user3665791's user avatar
0 votes
2 answers
2k views

Target browser option in useBuiltIns/babel polyfill

I want to use 'useBuiltIns' option to load polyfills only for IE11 browser. [ '@babel/preset-env', { useBuiltIns: 'entry', debug: true, modules: false, corejs: '...
ar-coding's user avatar
  • 461
0 votes
1 answer
196 views

Error loading React on specific builds of IE

Some users have encountered errors loading my app on IE that seem to be webpack/polyfill issues (Ex: SCRIPT1010 Expected identifier on a random line in chunk.js) I can't replicate the issue and it ...
AlessandraFrancez's user avatar
1 vote
2 answers
389 views

Displaying Blank white pages regularly for my website only in IE11

I have created a website using react, babel, webpack and backend Django Framework. When running my site in other browsers like Chrome, Safari, Firefox, it works absolutely fine. But when it comes to ...
kumaresaan sekar's user avatar
3 votes
2 answers
6k views

How to add polyfill for String.repeat function for ie11?

How would I add polyfill for String.repeat method for ie11? I am not using it directly in my code, it's probably some of the imported libs. In IE console I get this error: Object doesn't support ...
icelic's user avatar
  • 113
1 vote
1 answer
996 views

Can't get react app working in IE11: Invalid prop `children` supplied to `Provider`

I have a react app I need to add IE11 support to. It's running, but there is an error which makes the app not usable. The console complains that the prop type is incorrect (which other browser does ...
eivindml's user avatar
  • 2,410

15 30 50 per page