Skip to main content

All Questions

-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
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
1 vote
0 answers
196 views

React Material Table IE 11 issue

I am using the React Material table(Editable) in IE11. Once I click on Delete/Edit and then click on the cancel button only the row is highlighted other rows are disabled. But in chrome, all the rows ...
Sovan's user avatar
  • 61
0 votes
1 answer
277 views

Is there a way to improve MutationObserver performance in IE 11?

we're having issues rendering some graphs in a complex screen with a lot http calls. In chrome and some new browsers works nicely, but in IE11 is blocking all the UI. I'm not sure how to resolve this, ...
Sergio Moreno's user avatar
0 votes
1 answer
2k views

Does React Typescript works in Internet Explorer 11?

I have many React applications that works in Internet Explorer 11 (With polyfills). I would like to use TypeScript in my next applications, so I developed my first one using the same technologies and ...
Axel León's user avatar
0 votes
1 answer
501 views

React-app not working in Internet Explorer 11

I have a react app and I need it to work in Internet Explorer 11. I use Material-UI and some others tiny libraries. Right now, I just can see a blank page. I tried the next solutions (without success):...
Axel León's user avatar
0 votes
1 answer
182 views

Caldera Form Advanced File Upload 2 not render in Internet Explorer

The Advanced File Upload 2 field from Caldera Forms don't show/render in Internet Explorer 11. It was rendered in React, and I have only the build files. There is no error in console so I don't know ...
René's user avatar
  • 51
1 vote
1 answer
1k views

React app not rendering in IE 11 even with polyfills

I have a fully built React application that I would like to deploy on IE 11, but been having no success but a white page. For the sake of testing, I created a dummy app using npx create-react-app and ...
en6in33r's user avatar
  • 266
0 votes
1 answer
842 views

A problem with webpage to close and reopen the tab IE 11

I am getting a problem in react application. On window.location = "url" the IE closes the dev tool if opened and refresh the same page by showing the dialogue message "A problem with webpage to close ...
Sombir Kumar's user avatar
  • 1,871
2 votes
2 answers
2k views

springboot- react application not working in internet explorer 11 and 9

My react app is not working on Internet explorer 11. It is working fine on edge and chrome. when I connect my application through Node.js, react build folder it is working fine IE 11 and 9. through ...
Vinoth's user avatar
  • 1,074
10 votes
1 answer
2k views

Why is React's onChange event not fired on Selenium WebDriver's SendKeys in IE 11?

We have a relatively simple React component with an input element in it: export class MyInput extends Component { componentDidMount() { function log(e) { console.log(`Event: ${e.type}, ...
Pavel Gatilov's user avatar
1 vote
0 answers
1k views

React.js IE11 disable smooth scrolling for window.scrollTo() function only

I'm trying to change React app in IE window.scrollTo() behavior like chrome does. In chrome we are instantly jump to the x & y, but in IE we are forced to scroll to x & y. I've tried disabling ...
Riven's user avatar
  • 696
-1 votes
1 answer
67 views

IE11 stopped working just I open devtools

IE11 stopped working just I open devtools. http://prntscr.com/i8o70j I use webpack, babel, es6, react I dont't have any idea how to fix it!
Igor Chesnishyy's user avatar
2 votes
0 answers
808 views

React Component not rendered in IE 10 or 11

I have my react component which is working fine in firefox, chrome and Microsoft Edge but I get a blank page when I check it in IE 10 or IE 11. I understood that it has to do something with polyfills....
Nikhil Raikar's user avatar
10 votes
4 answers
17k views

ReactJS: IE11 not making new HTTP request, using cached data

I am facing issues in my React application on IE11 where the UI is not hitting backend services for every new request and returning the response from cache data. The application works fine on Chrome. ...
Manu's user avatar
  • 10.8k

15 30 50 per page