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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When trying to rehydrate markup in IE11 'Argument is not optional' error is thrown. It happens only if component has dangerouslySetInnerHTML prop.
What is the expected behavior?
No error should be thrown
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React version: 16
Browser: IE11
The text was updated successfully, but these errors were encountered:
React 16.1.0-beta has been released. Please update react, react-dom, and react-test-renderer (if you use it) to this version and let us know if it solved the issue! We’d appreciate if you could test before Monday when we plan to get 16.1.0 out.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When trying to rehydrate markup in IE11 'Argument is not optional' error is thrown. It happens only if component has dangerouslySetInnerHTML prop.
Example
https://jsfiddle.net/oy9awLtq/
What is the expected behavior?
No error should be thrown
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React version: 16
Browser: IE11
The text was updated successfully, but these errors were encountered: