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: add | undefined to optional callback types for exactOptionalPropertyTypes support
Optional properties sessionIdGenerator, onsessioninitialized, and onsessionclosed
in WebStandardStreamableHTTPServerTransportOptions need the | undefined union to
support TypeScript projects with exactOptionalPropertyTypes: true.
Fixes#1397
0 commit comments