You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Async SSR without a pending boundary causes reactivity loss somehow
Reproduction
Wasn't able to wittle it down more yet, but this repro shows the issue: the remote function is SSR'd, stuff hydrates, but updates are not recognized anymore (remote functions themselves work correctly as seen in the network tab or when you disable SSR)