Skip to main content

All Questions

1 vote
1 answer
1k views

React + Webpack 5 + Babel 7 IE11 issue -- not attaching to root

Issue: No matter what I do, I can't get anything inside my root div. There are no console errors at all in IE11. The app works fine on chrome, ff, & safari. Dependencies / Versions "react&...
James B's user avatar
  • 442
2 votes
0 answers
493 views

React compatibility with IE11 - Const must be initialized - Lazy - Suspense

I've got a React project that needs to be compatible with Internet Explorer 11 and after applying some compatibility polyfills we still get the error. SCRIPT1053: Const must be initialized . It ...
hunvee3's user avatar
  • 97
0 votes
1 answer
633 views

SCRIPT1006: Expected '() React app with webpack and Babel

I am setting up a React app with babel and webpack. The app works fine on chrome and other browsers except internet exlorer11. Here is my package.json { "name": "xai", &...
Malek Hammou's user avatar
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
0 answers
966 views

Material-UI IE11 Multiple Accordions - last chosen accordion won't close if I select a new one

I have implemented several expandable menus using MUI Accordion's. Their expansion is controlled through the "expanded" property. MUI release is 4.10.2. In recent browsers each Accordion ...
Marco Faustinelli's user avatar
0 votes
1 answer
514 views

window.addEventListener("mousedown", function()) doesn't work on IE11

componentDidMount(){ window.addEventListener("mousedown", this.pageClick) } pageClick = (e) => { console.log(e.toElement) } here e.toElement is returned null on IE11 and the same is ...
Kuldeep Singh's user avatar
0 votes
1 answer
269 views

TinyMCE paste plugin on IE 11 on paste, pasting %%MCEPASTEBIN%% instead of the actual text and getting stack overflown

I am using tinyMCE v5.5.1 with paste plugin v5.6.2. On pasting anything in the tinyMCE editor in IE11, it gets stack overflown and pastes %%MCEPASTEBIN%% until the browser stops responding. It works ...
ExpertNoob's user avatar
0 votes
1 answer
1k views

SCRIPT1010: Expected identifier Error when running React app in IE11

I'm working on React app with webpack and babel. When running it on IE11 "SCRIPT1010: Expected identifier" error messages appear. I've solved most of these errors (e.g I've added @babel/...
blasphemy's user avatar
0 votes
0 answers
32 views

ReactJS+ IE+ Function expected

Reactjs application is not working on IE11 Please find my package.json and index.js file below, index.js file : import 'react-app-polyfill/ie9'; import 'react-app-polyfill/ie11'; import 'react-app-...
hetal gohel'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
-2 votes
1 answer
42 views

React tates not updating in IE

Basically, whats happening is that everything works fine in chrome, and IE works locally with npm start, however, when i build, none of my states are updated when doing tasks such as clicking buttons, ...
malik aasen's user avatar
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
105 views

React. IE11 requests being blocked

Im testing my react app in IE11 but all the requests I make to my server are blocked. SCRIPT7002: XMLHTTPRequest: Network error 0x2efd, Couldnt complete the operation due a 00002efd error. This ...
mouchin777's user avatar
  • 1,558
0 votes
0 answers
238 views

React App can't load after refresh on ie11

I work on a quite big ReactJS project. It loads properly in IE11, but breaks on refresh. White blank page is all I got. Refreshing worked fine when I've opened dev tools. I've read something about ...
steve1337's user avatar
  • 377
1 vote
1 answer
2k views

SCRIPT1002: Syntax error in Next JS website in IE11 (getSession)

I am new to NextJS but have managed to make a website that works fine in all browsers except IE11. The issues in the console read.... SCRIPT1002: Syntax error _app.js (20481,19) Which is this ...
MomasVII's user avatar
  • 4,941

15 30 50 per page
1
2
3 4 5
12