-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Props warning with modals #699
Comments
This report is superb, thank you. The warnings do not show in the codepen because it is a production build of Semantic-UI-React and warnings only show in development. I've started the fix in #700 and will merge it soon. |
Released in |
I'm still getting the same error .. on version 0.60.9 |
Running with semantic-ui-react 0.64.0 and for a while I haven't used the
Code similar to initial post, but now with the following:
|
Whenever I'm using the Modal component I'm getting the warning:
Steps
Expected Result
Button that triggers the modal.
Actual Result
closeOnRootNodeClick
inPortal
conflicts with props:closeOnDocumentClick
. They cannot be defined together, choose one or the other.in Portal (created by Modal)
in Modal (created by ModalModalExample)
in ModalModalExample
Version
0.56.4
Testcase
Now, I made this testcase http://codepen.io/anon/pen/ALJxWj, but that does not show this warning. What can be different about the codepen and my code example?
The text was updated successfully, but these errors were encountered: