-
Notifications
You must be signed in to change notification settings - Fork 904
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: allow Hermes Debugger to connect from Flipper #1086
Conversation
This change reflects D20526486 by @rickhanlonii at Facebook: when Running Hermes Debugger from inside Flipper, the origin is localhost, but not the metro port. This fixes facebook/flipper#660 (comment)
packages/cli/src/commands/server/middleware/getSecurityHeadersMiddleware.ts
Show resolved
Hide resolved
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 round of |
My github edit + circle ci workflow is the coolest and least efficient one possible :P. (and I actually have local checkout, so not sure why I am doing this, my one-last-error strategy is clearly not paying off😬) |
@mweststrate does this mean that the Hermes debugger is available in OSS now? @thymikee is it possible to get this into the 0.62.1 patch Friday? |
@rickhanlonii yes :) |
@rickhanlonii almost, I'll make a release in a moment. There's no need to patch React Native, since any CLI v4.x is covered by semver range |
I assume since it is in the semver range, people with existing projects
won't get the update then, due to lock files, affecting only new projects
as a result?
…On Wed, Apr 1, 2020 at 5:54 PM Michał Pierzchała ***@***.***> wrote:
@rickhanlonii <https://github.com/rickhanlonii> almost, I'll make a
release in a moment. There's no need to patch React Native, since this will
be in semver range
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1086 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBHRLZ6FNLPABVILM2TRKNWUDANCNFSM4LXNOARA>
.
|
@mweststrate you're right. Invalidating CLI entries in lock file is necessary. |
Released in v4.5.1 |
Summary:
This change reflects D20526486 by @rickhanlonii at Facebook: when Running Hermes Debugger from inside Flipper, the origin is localhost, but not the metro port. This fixes facebook/flipper#660 (comment)
Test Plan: