Home

facebook/react

Status:Indexed
Analyzed 3d ago240K+ starsJavaScript

The library for web and native user interfaces.

Back to Issues
#35447
Challenging

Bug: ViewTransition can't be isolated

View on GitHub

Summary

The issue is that React's ViewTransition API is triggered by `startTransition` calls originating from within a component (Streamdown's blocks), causing unintended transitions during streaming updates. The goal is to find a way to prevent these internal `startTransition` calls from initiating ViewTransitions, or to provide a mechanism to explicitly control when ViewTransitions occur.

Skills Required

React InternalsJavaScriptUnderstanding of Browser View Transitions APITesting

Labels

Status: Unconfirmed