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
Before that commit, KeyedEventHandler< (ctx) => Promise<void> > would type
check, while the desired outcome that it would type check to 'never'.
Now we check explicitly for the following shapes and type check them to
'never':
```
1. () => Promise<void>
2. (ctx) => Promise<void>
```
0 commit comments