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.
Modal uses ReactDOM.createPortal() to render its content to a document.body and it seems that there are issues in react-testing-library (testing-library/react-testing-library#62). I checked the issue at it seems that there is no resolution for this case.
Bug Report
Steps
Expected Result
The resulting HTML printed in the Console section at the bottom of the Tests tab contains the contents of the Modal
Actual Result
In the Console section at the bottom of the Tests tab an empty string is displayed
Version
0.88.2
Testcase
https://codesandbox.io/s/semantic-ui-react-8etbr?file=/index.test.js
The text was updated successfully, but these errors were encountered: