-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Deep clone map with nested maps. #2137
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
Labels
Comments
Deep cloning maps/sets/symbols isn't currently supported. It can be though. I'll dig into it. |
Thank you for reply! I think we will switch to plain objects b 8000 y now. |
Added support at 24cef1a. |
+1, would be a cool feature. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm stuck with issue of deep cloning map which contains other maps. It seems that values of nested map are not cloned. Please look at the next code:
Is this bug or am I doing something wrong?
Tested with lodash 4.6.1 http://jsbin.com/jubiwaquma/1/edit?html,js,output
The text was updated successfully, but these errors were encountered: