iD
iD copied to clipboard
Fixed a bug which didn't allow proper comparison of objects
Resolves #9502 Resolves #9788
I know this is hack, but it's the simplest solution to this problem. You could compare key by key, but if you happen to have nested objects/nested arrays of objects, it will quickly turn into recursion hell.