FormidableLabs / react-fast-compare

fastest deep equal comparison for React
MIT License
1.59k stars 54 forks source link

There should be a 'debug' feature to determine which fields are breaking equality. #68

Open burtonator opened 4 years ago

burtonator commented 4 years ago

I have a props object that's returning false but I have no idea which one.

Having a debug method to tell me that key 'foo' is breaking the comparison would be great