You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I have spotted the bug(?) in IE10/IE11: while setting the inner HTML on any element (<p>, <div>, <span>) using dangerouslySetInnerHTML property the browser will raise an error Argument not optional.
I use this with SSR, but the actual HTML received from the server is good, so probably there's a problem with ReactDOM.hydrate func.