-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
lodash.isEqual returns different result when order of arguments is switched #4320
Comments
@falsyvalues I'll take this issue. |
@miscoder I’m sure there are multiple solutions that would work, but here’s one strategy that I settled on. If you like thinking about algorithms, this is a fun one. |
@miscoder Are you still working on this issue? |
If it's alright with @miscoder, I would like to take on this issue. Not sure if he is still working on it. |
It looks like @benjamn pretty much worked out the hard parts already, and @miscoder doesn't seem to have done any progress in the 3+ months he's had the claim to this issue. I think you can go ahead, @cukejianya. |
@ccjmne Sounds good. |
Closed by #4515. |
As found out by @benjamn here: apollographql/apollo-client#4924 (comment)
here is how it runs in a console on lodash.com:
The text was updated successfully, but these errors were encountered: