-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
isEqual fails hard. #4949
isEqual fails hard. #4949
Conversation
merge from base fabric master
So i added tests to your branch executing the bug you are fixing for arrays and objects, and indeed the array tests pass, while the object tests fails, |
@asturur Thanks for adding a test. Sure will take a look to fix the object case. |
So why it was going locally no idea. The test was actually catching a bug, calling null is of type Object and Object.keys(null) fails. |
* fix current value null issue
Issue: - #4950
small description.
stateful mixin method
isEqual
throw an exception when it tries to compare an array value with null.