Skip to content

🩹 4.3.1

Latest
Compare
Choose a tag to compare
@littensy littensy released this 28 Nov 22:35
· 4 commits to master since this release

Fixes observers only being called for the first addition of a primitive value.

For example, if the state were set to { true, true }, the observer would only run for one instance with the value true, regardless of the discriminator. This release fixes that problem.

Full Changelog: v4.3.0...v4.3.1