You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use queueMicrotask for deploy-to-harness transition in TUI dev
The derived effectiveMode approach didn't trigger re-renders, leaving the
deploy screen stuck after completion. Switch to queueMicrotask + setMode
(matching the preview branch pattern) so the transition fires correctly.
Also handles browser mode by calling onLaunchBrowser after deploy.
0 commit comments