-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Error
Type '(request: Request, info?: ServeHandlerInfo<Addr> | undefined, state?: never) => Promise<Response>' is not assignable to type '{ (input: RequestInfo | URL, init?: RequestInit | undefined): Promise<Response>; (input: RequestInfo | URL, init?: (RequestInit & { ...; }) | undefined): Promise<...>; }'.
Types of parameters 'request' and 'input' are incompatible.
Type 'RequestInfo | URL' is not assignable to type 'Request'.
Type 'string' is not assignable to type 'Request'.deno-ts(2322)
Thoughts
Router.fetch should satisfy globalThis.fetch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers