Skip to main content

All Questions

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
0 answers
143 views

using reactjs on ie11, blank page on production but if the inspector is open then the page load fine

I just create a web app using reactjs. works fine in almost all the browsers but i need to make it work in ie11. i add the polyfills as i see on other posts and works fine if a make a npm start (you ...
cms24es's user avatar
  • 15
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
843 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
11k views

ReactJS doesn't render in IE11

My site works flawlessly in web browsers, but IE11 shows this error in console. What should I do with this? React.render( <NewsFeed tagFilter={tagFilter}/>, document.getElementById('...
Kokesh's user avatar
  • 3,235