-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
Useless deepmerge #320
Comments
Or do not merge, if object is not a plain object:
|
Feel free to submit a PR, but please be aware that |
PR |
Closing this in favor of #322 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
Are you sure, that deepmerge is needed here:
Why not just write:
I am asking, because deepmerge works incorrectly in my case. I need to pass
options.proxy
as instance ofProxy
class, but deepmerge converts it to the plain object.The text was updated successfully, but these errors were encountered: