Bug fixes
- Fixes a backward-compatibility issue of the
DropFirstInTuple
type used internally incompose.ts
(#658). - Fixes an issue in IE11 when retrieving a stack trace of a handler would throw an exception (#647).
- Fixes an issue when a stream in a response body would cause a response timeout (#602).
- Fixes an issue when a cookie retrieval would cause a Fast Refresh to break in Next.js (#649).