bvaughn / suspense

Utilities for working with React Suspense

Home Page:https://suspense.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscribers aren't notified when an externally cached object replaces a pending record

hbenl opened this issue · comments

I noticed this while working on https://linear.app/replay/issue/FE-1987/pause-info-panel-badge-not-updated.
Notice how in this Replay, the badge of the toolbar button for the Pause information panel isn't updated when we're paused even though the Toolbar component has been changed to use useImperativeCacheValue() to get notified when frames are received.