Skip to main content

All Questions

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
1 vote
1 answer
2k views

React-Redux not updating in IE11

I'm having a problem with IE11 in my React SPA, it is a client-side rendered app. The issue is that while in others browsers it just works perfectly fine, in IE11 it sometimes wills stay in an ...
Tomás's user avatar
  • 33
1 vote
1 answer
1k views

Store not updating in IE11 (react redux)

in IE 11 I can't update my store. First time it add data, but next time, when I try update it not working. I try use polyfill import Immutable from 'immutable' const objectAssign = require('object-...
Егор Кротенко's user avatar
0 votes
1 answer
1k views

IE 11, Data from server not update

I have strange problem with IE11 only. I have form in my app, when I fill all inputs and try save, request to server from IE11 is send properly, then I try get this data and I recive empty collection ...
yazpid's user avatar
  • 135
24 votes
2 answers
38k views

Syntax error in IE11 with Webpack, Babel and React

I'm getting a Syntax Error in my React + Redux project in Internet Explorer 11, but I have no idea why it's caused. I'm using Webpack and Babel to compile it. I tried using babel-polyfill and babel-...
IWRichard's user avatar
  • 241
29 votes
6 answers
26k views

Objects are not valid as a react child (In Internet explorer 11 for React 15.4.1)

Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). If you meant to render a collection of children, use an array instead or wrap the ...
LOKI321's user avatar
  • 345
0 votes
0 answers
350 views

Style lags for several seconds in React app in IE

I'm working on a large React/Redux app. It has no problem rendering in chrome & firefox, but just recently I've found that some styles simply don't render properly for 1-5 seconds (or sometimes at ...
alsoALion's user avatar
  • 469