**Describe the bug** Store value is not up-to-date if using a `$` subscription inside a subscription function. **To Reproduce** 1. Open [this REPL](https://svelte.dev/repl/a1110f77ded84950b2706760713cdf51?version=3.23.2). 2. Open your browser console. 3. Click on "Increment" a few times. 4. Click on "Cause reset". 5. Check your console. For a real life example look at [this REPL](https://svelte.dev/repl/62bcce156ab948b69a8dae228fd73d13?version=3.23.2).  **Expected behavior** Value should be in sync. **Severity** Blocking