[Fiber] Fix context propagation into Suspense fallbacks (#36160) (opens in new tab)
## Summary When a context value changes above a Suspense boundary that is showing its fallback, context consumers inside the fallback do not re-render — they display stale values. `propagateConte...
Read the original article