Skip to main content

All Questions

0 votes
0 answers
87 views

AutoScroll on Button Click (Outlook Web Add-in 2013 & 2016 & 2019 volume licensed)

In our Microsoft certified Outlook Web Add-in, when clicking on a button in our react add-in, the add-in "jumps" to the top of the page. That is pretty much the summary of the issue. I ...
Brendan May's user avatar
0 votes
0 answers
66 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 vote
0 answers
250 views

Stop React 18 from injecting bundle.js

I'm trying to add a redirect on my site for anyone using IE 11. I'm using ES6 and some packages that just don't play well with IE. I think it's related to some package updates, but previous code I had ...
Chase's user avatar
  • 11
2 votes
1 answer
2k views

React app created with VITE does not work in IE 11

I have a React app created with Vite which I'm trying to enable support in IE 11. I have tried the @vitejs/plugin-react and added it in the vite.config.ejs file. It looks like this: import { ...
mordecai's user avatar
  • 549
-1 votes
2 answers
336 views

React App not loading in IE11 in windows server

I am a novice in React and developed a utility application and it's working fine in local machine. I tried to deploy build folder in IIS on Windows server but when I am trying to access it in IE, I am ...
Manish's user avatar
  • 1,431
0 votes
1 answer
268 views

React Create Application production build and CSS variables in IE11

I would like to know how to get rid of CSS variables in a production build. The fact is that I need to build a project for IE11 in which CSS variables are not supported. My project was created using ...
Captain Nigorro's user avatar
1 vote
0 answers
273 views

React Application showing blank in prod version only in IE11

I went through Why IE 11 display blank page rendering react app - I am stumped - it works in localhost:3000 in IE11 - shows test. But when I generate the js file as : node ./node_modules/webpack/bin/...
anjanesh's user avatar
  • 4,119
-1 votes
1 answer
384 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
1 answer
416 views

webpack bundle throws error on IE11 because of just one node package 'crypto-js'

I am new to webpack and babel. I am developing a react app with custom webpack and babel set up. I had added react-app-polyfill to this application and it had worked well on IE11. But after installing ...
Shawn's user avatar
  • 407
0 votes
0 answers
360 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
0 votes
0 answers
67 views

What is the reason behind IE11 long running script issues?

I wanted to understand why does the IE11 respond with a long running script issue and becomes unresponsive till some time. Surprisingly, this happens randomly eg. Let's say on page load I call an API ...
Swayam Mohanty's user avatar
0 votes
0 answers
290 views

SharePoint Online webpart

I have a webpart created for SPO and is working on Chrome, Edge but on IE no. I tried all the steps from google, but without success. I also added import '@pnp/polyfill-ie11' and the error is the same:...
popescu alexandra's user avatar
1 vote
1 answer
386 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
0 answers
298 views

Reactjs-how to handle ie 11 error using useForm

When I'm start my app in IE11 I get blank page with two errors SCRIPT438: Object doesn't support property or method 'contains' SCRIPT438: Object doesn't support property or method 'repeat' Can't ...
user avatar
0 votes
1 answer
75 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

15 30 50 per page
1
2 3 4 5
12