Portal: recent change breaks in IE11
See original GitHub issueBug Report
A change introduced in #2657 to the portal component causes an error in IE11 when trying to open anything using a portal.
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
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Fix web compatibility issues using document modes and the ...
Test your sites for document mode compatibility · Go to a site having compatibility problems, press F12 to open the F12 Developer Tools,...
Read more >Solved: UCM 11.0 User portal weblayout breaks in IE 11
Solved: Our user portal does not function properly in IE 11. It works fine in Firefox, Chrome and Edge. The whole left Tree,...
Read more >Portal Application Skins Break When Disabling The Enterprise ...
After upgrading browsers from IE8 to IE11, running a previously working custom application, and DISABLE Enterprise mode, the skins of the ...
Read more >Ending Support for IE11 on the Lightning Platform
Microsoft is ending support for Internet Explorer 11 on June 15, 2022. In light of this announcement, Salesforce is planning to end its ......
Read more >Can't print from IE11, Chrome works fine
It occurs only in the request module print and not in problem / change modules. ... This breaks in IE 11 and cannot...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Will be fixed in #2880.
Done!