-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
core: remove disableDeviceEmulation flag #8289
Conversation
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.
Thanks @wardpeet! I think we have a few more stragglers around :)
🤦♂️ sorry, I fixed it. I was so focused on the javascript flag and not considering the cli flag. |
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.
LGTM! :)
a bummer we didn't have a chance to do any deprecation warning period though :/
I could add the deprecation and move this one to version 6? As I don't think it's worth it. It's a major bump but it's always nice to tell people what's going away. |
@wardpeet oh yeah I was thinking if anything we cherry-pick a deprecation notice onto 4.3 for a final patch release or something, agreed not worth bumping to v6 👍 |
oh yeah let me create a small PR for it. |
@@ -123,7 +122,7 @@ function getFlags(manualArgv) { | |||
|
|||
// boolean values | |||
.boolean([ | |||
'disable-storage-reset', 'disable-device-emulation', 'save-assets', 'list-all-audits', |
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.
nbd, just the flag :)
Summary
Remove disableDeviceEmulation flag and fore people on emulatedFormFactor
Related Issues/PRs
closes #7044