@preact/signals-core@1.14.0
·
15 commits
to main
since this release
Minor Changes
- #891
308c921Thanks @JoviDeCroock! - Prevent batches where a signal goes from A --> B --> A from triggering dependent updates, a computed/effect should not re-run when the dependencies in a batched update amount to an equal value.