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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#5247e8891030162214acc751a9f79a5d57ec916565ee Thanks @davidkpiano! - Fix type inference for discriminated union event types in the trigger and the emit object. Previously, using Omit with union types would incorrectly combine event types, breaking type inference for discriminated unions. This has been fixed by introducing a DistributiveOmit type that correctly preserves the relationship between discriminated properties.