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
Unfortunately, this is a limitation of TypeScript related to generics and not solvable by this library. You can find the relevant links and discussions here: #36 (comment)
I'm having a hard time determining the return type from a composeHandler. Likely due to a lack TypeScript knowleged.
Everything seems great when using out of the box handlers:
But with middleware which alter the event, something isn't right:
The text was updated successfully, but these errors were encountered: