Back to IssuesView on GitHub
#35447
Challenging
Bug: ViewTransition can't be isolated
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
Files Likely Touched
Labels
Status: Unconfirmed