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
Not a blocker, just a little paper cut (an error message instead of hanging would be slightly better). It isn't high prio I guess. Feel free to close if polishing isn't a priority at the moment.
Also happens with createMiddleware().
The text was updated successfully, but these errors were encountered:
I would like this syntax to work, as the usual usage is kinda weird when the handler does not have any params, but I didn't find a way to have both syntax working. And if want to support middlewares and handlers which accepts options, the former createHandler(...)() syntax is necessary.
However, that's not a big issue because end users usually should not use createHandler directly. But if we find a way to make it work, it would be good.
This erroneous usage makes HTTP requests hang.
Not a blocker, just a little paper cut (an error message instead of hanging would be slightly better). It isn't high prio I guess. Feel free to close if polishing isn't a priority at the moment.
Also happens with
createMiddleware()
.The text was updated successfully, but these errors were encountered: