Patch Changes
- #5513
d15455bThanks @thecrypticace! - Fix computedatom.subscribe()callbacks not re-running after one of it's dependencies is synchronously updated inside the callback. Previously, callingsomeDependency.set()inside a subscription callback would prevent that subscription from being notified of future changes. This also affected store selector subscriptions which triggered an update to the store.