Open
Description
Describe the bug
Store value is not up-to-date if using a $
subscription inside a subscription function.
To Reproduce
- Open this REPL.
- Open your browser console.
- Click on "Increment" a few times.
- Click on "Cause reset".
- Check your console.
For a real life example look at this REPL.
Expected behavior
Value should be in sync.
Severity
Blocking