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 (ui): avoid caching globalThis.fetch in case it is patched by other libraries (#6962)
## Background
Libraries might patch `globalThis.fetch`, but we are storing a
potentially stale instance in `HttpChatTransport`.
## Summary
Fallback to `globalThis.fetch` at runtime when no custom fetch function
is provided.
## Verification
Test `examples/next-openai`.
0 commit comments