-
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(critical-request-chain): remove empty children from LHR #6211
Conversation
type-check is complaining about some stuff in firebase-auth?
|
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.
type-check is complaining about some stuff in firebase-auth?
you might need to yarn? not seeing this in Travis and no reason the change in this PR should cause this
Needed to restart my TS 🤣 |
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!
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 % nit
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.
LGTM3!
Summary
Removes empty children object from the crc details LHR. This will allow the proto struct to parse the crc details object 1:1.
Related Issues/PRs
#6183