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(types): extends check of generic in WithSdkStreamMixin (#4119)
* fix(types): Fix issue with WithSdkStreamMixin
Fix an issue where WithSdkStreamMixin would apply to more properties than intended due to Distributive Conditional Types.
* fix(streams): apply mixin only to key match instead of type match
* fix(streams): update docs to indicate single key match instead of type match
Co-authored-by: George Fu <[email protected]>
0 commit comments