Skip to main content

All Questions

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
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
5 votes
5 answers
5k views

my react app is not rendering in internet explorer (because of arrow function)

My react+redux app is not working on Internet explorer 11. It is working fine on edge, Firefox and chrome. I have already tried so many answers available on internet like this but didn't get any ...
Vivek Singh's user avatar
  • 2,447
0 votes
0 answers
120 views

Only In IE11, template gets rendered twice time ReactJS

Created the application using ReactJS. Application template render behavior is working fine in all the browser except IE11, In IE11 shows the same template twice. Below is my code and schreent shot. ...
Ramesh Lamani's user avatar
3 votes
2 answers
6k views

IE11 - Language Detection with navigator.language not working

I've got a function running in a React app to detect a users browser language, this then updates the language preference for the site and serves the site as either en-GB (default), en-US or zh-Hans. ...
Michael Smith's user avatar