-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Simplify access to the debug menu #51421
Comments
Commenting for assignment 👀 |
Update: I wasn't able to finish it today, as react-compiler and web/desktop fast refresh have taken all my time, sorry! Meanwhile, do you know how to open the debug menu on mobile platforms @Julesssss? I think I've seen in some QA videos that they opened it with some keyboard shortcut on all sort of pages but I can't find it 😒 Unless I'm confusing something and debug menu is only available from troubleshooting page? cc @lanitochka17 |
@Julesssss Should it be available only on troubleshooting page or everywhere, what's your expectation? |
Hey Błażej, I think you are referring to the 4-finger-tap menu. On mobile it should work everywhere by touching the screen with four fingers. But let me know if that isn't working for you. |
I wasn't aware of that, thanks!
It works on a physical device 🙌 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.55-10 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-11-07. 🎊 For reference, here are some details about the assignees on this issue:
|
Closing this, no payment required. Deployed last week. |
Problem
The debug menu isn't currently accessible in HybridApp due to versioning mismatch, as our logic requires the version to be higher than the current production app version. THis isn't currently possible for HybridApp due to a number of reasons:
Discussed here.
Action performed
Solution
Lets simplify access to the debug in App/HybridApp rather than solving wider repo/versioning issues.
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: