Describe the bug
isPending(copy) shows true during an update, but createMemo(() => isPending(copy)) stays false for the same memo.
Your Example Website or App
https://s.olid.uk/id/Oc33xk4UTU-KP0DifyoqhA
Steps to Reproduce the Bug or Issue
- Wait for initialization.
- Click Run.
- While Slow is pending, Direct pending shows
true but Memo pending shows false.
Expected behavior
Both pending reads should show true while the update is held.
Screenshots or Videos
No response
Platform
Compiled JSX in jsdom, production build.
Additional context
Reproduces on next at 0d8347a.
Describe the bug
isPending(copy)showstrueduring an update, butcreateMemo(() => isPending(copy))staysfalsefor the same memo.Your Example Website or App
https://s.olid.uk/id/Oc33xk4UTU-KP0DifyoqhA
Steps to Reproduce the Bug or Issue
truebut Memo pending showsfalse.Expected behavior
Both pending reads should show
truewhile the update is held.Screenshots or Videos
No response
Platform
Compiled JSX in jsdom, production build.
Additional context
Reproduces on next at 0d8347a.