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
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Bug Report
Steps
Implement a modal component from Semantic-UI-React.
Run it on localhost.
Open that modal on your mobile phone. Iphone 6s was used.
Expected Result
Modal.Content content should appear.
Actual Result
The actual result that happened 💣
TypeError: Attempted to assign to readonly property.
Error occurs in Portal.js line 297
this.rootNode.style = style || ''; // when re-rendering, first remove listeners before re-adding them to the new node
Version
Added into the application through CDN:
2.3.1Testcase
The text was updated successfully, but these errors were encountered: