-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Bug Report
A change introduced in #2657 to the portal component causes an error in IE11 when trying to open anything using a portal.
The change:
Semantic-UI-React/src/addons/Portal/Portal.js
Line 355 in 500df9a
| this.rootNode.style = style || '' |
Steps
Use anything with a portal in IE11 and try to open it.
Expected Result
Should open the portal.
Actual Result
Throws the following error:
SCRIPT5045: Assignment to read-only properties is not allowed in strict mode
Which points to the changed line.
Version
semantic-ui-react@0.81.1
Reactions are currently unavailable