Unblock React Compiler for 13 components by hoisting finally blocks (#11540)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Tomasz Zawadzki
2026-08-27 17:06:01 +02:00
committed by GitHub
parent c4c999ff4f
commit 296b74d781
19 changed files with 39 additions and 63 deletions
+1 -2
View File
@@ -54,9 +54,8 @@ export function useAccountSwitcher() {
Toast.show(_(msg`Please sign in as @${account.handle}`), {
type: 'warning',
})
} finally {
setPendingDid(null)
}
setPendingDid(null)
},
[_, ax, resumeSession, requestSwitchToAccount, pendingDid],
)