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