-
Notifications
You must be signed in to change notification settings - Fork 4.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
Remove lodash mapKeys usage #47600
Remove lodash mapKeys usage #47600
Conversation
Size Change: -13 B (0%) Total Size: 1.31 MB
ℹ️ View Unchanged
|
Flaky tests detected in 629dc05. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4053157366
|
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 @youknowriad 💯
@youknowriad looks like this might have broken the performance results logger. I see no more data in https://codehealth.vercel.app/ and this is the first commit that's missing. Filed a potential fix in #47646. |
Another fix here: #47650 |
Follow-up to #47442 to address this comment #47442 (review)
What?
We're in a middle of an effort to remove lodash from our dependencies. This PR replaces mapKeys with a Object.keys + reduce