Uh oh!
There was an error while loading. Please reload this page.
Remove utils-merge dependency - use spread syntax instead - #6091
Conversation
Abdel-Monaam-Aouini
commented
Nov 3, 2024
LGTM |
LinusU
left a comment
There was a problem hiding this comment.
From reading the utils-merge source code, it seems like this should be functionally equivalent. Neat 👍
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7784201 to
0c4642fCompare
wesleytodd
left a comment
There was a problem hiding this comment.
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.
wesleytodd
commented
Nov 13, 2024
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 insteadUh oh!
There was an error while loading. Please reload this page.
0c4642f to
e86f1beComparePhillip9587
commented
Dec 17, 2024
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! |
Phillip9587
commented
Jan 8, 2025
Hi @wesleytodd@UlisesGascon! Apologies for the additional ping. I hope you're both doing well. I noticed this PR has received three approvals and no objections. Please let me know if there’s anything else needed from my side. Thank you so much! |
wesleytodd
commented
Jan 8, 2025
Hey, nothing to do on your side. I am catching up (and especially over the holidays a lot of folks go ooo) so will be working across all of these soon. This one looks good to merge though, so doing so now. Will be looking to prepare releases for all this in the coming weeks. |
Removes the
utils-mergedependency and usesspread syntaxObject.assign()