# MobX 6.10.2 - Product: MobX (https://whatsnew.fyi/product/mobx) - Vendor: MobX - Date: 2023-08-31 - Version: 6.10.2 - Original notes: https://github.com/mobxjs/mobx/releases/tag/mobx%406.10.2 - Permalink: https://whatsnew.fyi/product/mobx/releases/6.10.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Computed values no longer become stale if the underlying observable was created and updated outside a reactive context ###### Patch Changes - [`c8d9374d`](https://github.com/mobxjs/mobx/commit/c8d9374d4f3b05cfec0d690e0eb3ada4f619ff0b) [#3748](https://github.com/mobxjs/mobx/pull/3748) Thanks [@mweststrate](https://github.com/mweststrate)! - Fixed: #3747, computed values becoming stale if the underlying observable was created and updated outside a reactive context