mirror of
https://github.com/FormidableLabs/react-fast-compare.git
synced 2026-01-18 16:13:59 +00:00
Up to date with fast-deep-equal@2.0.1. * null and object comparison * new behavior: different functions that are not equal * new behavior: handle NaN * Add tests from fast-deep-equal@2.0.1 * Move tests from fast-deep-equal@2.0.1 to separate file * Add comments to identify fast-deep-equal code * Add comments to identify custom handling for React