-
-
Notifications
You must be signed in to change notification settings - Fork 16.9k
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 utils-merge
dependency - use spread syntax instead
#6091
base: master
Are you sure you want to change the base?
Conversation
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.
From reading the utils-merge
source code, it seems like this should be functionally equivalent. Neat 👍
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.
✅
7784201
to
0c4642f
Compare
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.
We will need to revisit this when we get benchmarking fully setup, but I think this is a pretty nice and easy perf win for render.
We can let this sit after the new changes for a bit to give folks some time to weight in, but awesome work @Phillip9587! |
utils-merge
dependency - use Object.assign()
insteadutils-merge
dependency - use spread syntax instead
0c4642f
to
e86f1be
Compare
Hey @wesleytodd! Just wanted to check in and see if there’s anything I can help with to move this PR forward. Let me know if I can make any changes or provide additional info. Thanks! |
Removes the
utils-merge
dependency and usesspread syntaxObject.assign()