Describe the bug
A newly revealed call to value() displays 1 while an existing call to the same getter still displays 0. value calls latest(count); its async derivation is still pending.
Your Example Website or App
https://s.olid.uk/id/vELCzqgoTuqSuxG63N9TwQ
Steps to Reproduce the Bug or Issue
- Wait for initialization.
- Click Run.
- After half a second, Late shows
1 while Value and Details still show 0.
Expected behavior
The existing and newly revealed calls to the same latest getter should display the same published value.
Screenshots or Videos
No response
Platform
- OS: Windows
- Browser: Firefox
Additional context
Reproduces on next at 0d8347a.
Describe the bug
A newly revealed call to
value()displays1while an existing call to the same getter still displays0.valuecallslatest(count); its async derivation is still pending.Your Example Website or App
https://s.olid.uk/id/vELCzqgoTuqSuxG63N9TwQ
Steps to Reproduce the Bug or Issue
1while Value and Details still show0.Expected behavior
The existing and newly revealed calls to the same latest getter should display the same published value.
Screenshots or Videos
No response
Platform
Additional context
Reproduces on next at 0d8347a.