Skip to content

feat: bypass React transitions for state-only updates (setStateSync/resetState)#91

Merged
uhyo merged 1 commit intomasterfrom
claude/implement-design-doc-a6W0E
Feb 14, 2026
Merged

feat: bypass React transitions for state-only updates (setStateSync/resetState)#91
uhyo merged 1 commit intomasterfrom
claude/implement-design-doc-a6W0E

Conversation

@uhyo
Copy link
Owner

@uhyo uhyo commented Feb 14, 2026

Use NavigationCurrentEntryChangeEvent.navigationType to distinguish
state-only updates (null) from actual navigations, avoiding unnecessary
startTransition wrapping that defeated synchronous intent and caused
misleading isPending flashes.

https://claude.ai/code/session_01GuXHkYC9D2mhQngQXxfLpA

…esetState)

Use NavigationCurrentEntryChangeEvent.navigationType to distinguish
state-only updates (null) from actual navigations, avoiding unnecessary
startTransition wrapping that defeated synchronous intent and caused
misleading isPending flashes.

https://claude.ai/code/session_01GuXHkYC9D2mhQngQXxfLpA
@uhyo uhyo merged commit 5e9042b into master Feb 14, 2026
1 check passed
@uhyo uhyo deleted the claude/implement-design-doc-a6W0E branch February 14, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants