github-actions
released this
17 Nov 19:15
·
853 commits
to main
since this release
Patch Changes
⚠️ Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given touseSource
in a render update. This was previously then causing us to subscribe to an outdated source inuseEffect
since the updated source would be ignored by the time we reachuseEffect
inuseSource
, by @kitten (See #1157)