-
Notifications
You must be signed in to change notification settings - Fork 28
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
MUI Dialog - React does not recognize the anchorPosition
prop on a DOM element.
#118
Comments
those are props for a |
This is my popupState and the according render function:
and this my
|
Oh I just realize there is another Warning/Error:
Maybe I'm doing something wrong there... |
Here's what to do <Dialog
- {...bindMenu(popupState)}
+ {...bindDialog(popupState)}
> |
Oh @jedwards1211 ... thanks a lot :) |
@jedwards1211 and the error about
can be ignored or do I need to set |
Oh thanks for asking, looking at the code, I need to prevent it from warning about that when |
🎉 This issue has been resolved in version 5.0.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm using material-ui-popup-state on a MUI Dialog. And I'm getting those warnings:
Is this something I can ignore or am I doing something wrong here?
The text was updated successfully, but these errors were encountered: