You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the issue has not already been raised
Issue
I'm curious about the purpose of the all option. From the code, it appears that _deepmergeAll is the same as _deepmerge when two arguments are present, but can also be used for other n-argument cases. Could we use _deepmergeAll as the default option? Have I overlooked something?
The text was updated successfully, but these errors were encountered:
The typescript typings are recursively determining the final object shape and thus can slow down your typescript transpilation and your IDE, like vscode.
Prerequisites
Issue
I'm curious about the purpose of the
all
option. From the code, it appears that_deepmergeAll
is the same as_deepmerge
when two arguments are present, but can also be used for other n-argument cases. Could we use_deepmergeAll
as the default option? Have I overlooked something?The text was updated successfully, but these errors were encountered: