-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix menu placement is broken on mobile #3635
Conversation
It's a little urgent and I believe needs to go to Production. |
@parasharrajat Please provide screenshots for this PR |
Uploading |
@roryabraham Updated. |
Popover.defaultProps = defaultProps; | ||
Popover.displayName = 'Popover'; | ||
|
||
export default withWindowDimensions(Popover); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we safely get rid of withWindowDimensions
here? Seems unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was the one who deleted the .native
index file, but now I see that we need both because of the ReactDOM.createPortal
usage. I think it was just bad timing that we did this at the same time.
Updated. Let's merge this quickly |
Let's merge this @roryabraham It's fixing deploy blockers. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.71-1🚀
|
Heads up I think this may have caused a regression where the global create menu is sliding in right-to-left |
Oh. Sending another PR. Didn't notice that part. |
Follow-up PR is ready here #3684. Thanks |
🚀 Deployed to production in version: 1.0.73-3🚀
|
Details
Reverted accidentally deleted file. and refactor Code for IOS.
Fixed Issues
Fixes #3633
Fixes #3636
fixes #3631
Tests | QA Steps
Tested On
Screenshots
Web
menu-m-web.mp4
Mobile Web
menu-m-web.mp4
Desktop
iOS
menu-m-web.mp4
Android