This repository was archived by the owner on Jul 23, 2021. It is now read-only.
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
Equals not used when values updated #150
Open
Description
From @SebastianStehle on Sat, 07 Sep 2019 20:12:55 GMT
Hi, I was playing around with immutable.js and I like the equals checks.
What I do not understand is that these checks are not used for updates, e.g. I was playing around with Record and Map:
https://codesandbox.io/s/hidden-sound-h5o2t
Copied from original issue: immutable-js#1732