Patch Changes
- #5510
d51fa6dThanks @davidkpiano! - Fixatom.subscribe()callbacks tracking dependencies from.get()calls inside the callback (fixes #5509). Previously, callingotherAtom.get()inside a subscription callback would cause the callback to re-run wheneverotherAtomchanged, even if the subscribed atom's value didn't change.