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
Await render() in renderTasks/renderSingleTask to prevent dangling promises
The previous pattern resolved the caller's promise from the onComplete
callback, which fires before unmountInk() is scheduled. This left the
render() promise dangling, causing test timeouts in theme-downloader tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments