replace lodash.,merge with object.assign#884
replace lodash.,merge with object.assign#884jimmywarting wants to merge 1 commit intokogosoftwarellc:mainfrom
Conversation
|
While the change set effectively removes It would be beneficial to understand the purpose of this change. Is the goal to reduce dependencies, improve performance, or something else? Also, it's worth noting that it seems like a deep merge might not be necessary in this context. Therefore, using Object.assign appears to be appropriate for this specific use case. Is it worth updating the MR description to include the rationale behind this change for the sake of clarity? |
No description provided.