Skip to main content

All Questions

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
0 votes
1 answer
76 views

How to handle IE11 compatibility on each dependent packages?

I’m building an app which uses React(v.17.0), Next.js(v11.1.2), … and other stacks. Next.js probably, in default, supports IE11. After I added some packages to my project, it fails on IE11. It says, ...
loone96's user avatar
  • 807
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
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
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
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
2 votes
1 answer
2k views

IE11 Blank Page with React, Typescript, Babel, and Webpack

I have a React application written in Typescript with Babel and Webpack. It loads fine in Firefox and Chrome, but loads a blank page in Internet Explorer 11. I am new to this project with relatively ...
Neil Davis's user avatar
1 vote
2 answers
597 views

Unable to get property 'bind' of undefined. Babel 7 + core-js + IE11

The Problem I've been working on a live chat client built in react/typescript for a month or two, it's working great, but we need to add support for Internet explorer 11. Initially during development ...
Adam Ross Bowers's user avatar
0 votes
2 answers
426 views

IE11 React.memo + react-redux connect issue

I am trying to memoize redux-connected component using React.memo. My code works normally in major browsers but IE throws error: You must pass a component to the function returned by connect. Instead ...
Max Vorozhcov's user avatar
3 votes
2 answers
2k views

SCRIPT5017 error on Internet Explorer 11, using webpack 4, babel 7 and react

So I am working on a website that is using react. I have been testing it in different browsers, and right now the only browser not working is the terrible Internet Explorer. When the page loads on ...
Nate Wessels'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
0 answers
242 views

Calling delete on 'slice' is not allowed in strict mode

I got this error only in IE-11 otherwise my React app is working fine in all browsers.This error (Calling delete on 'slice' is not allowed in strict mode.) is coming in the developer console and my ...
Dheeraj kumar Rao's user avatar
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
0 votes
1 answer
444 views

Razzle, IE11 and HappiJS bundling

I've got a server-side rendered react app which uses Razzle. I'm importing @hapi/joi since that's what I want to use for my validation both server and client side. IE11 and Edge 18 are supported ...
Antonio Vasilev's user avatar

15 30 50 per page