Alberto Valero Gómez

Results 12 issues of Alberto Valero Gómez

Problem detected when publishing: https://jsr.io/@avalero/preact-hooks I have created a custom hook for preact - https://github.com/avalero/preact-hooks The package tries to import `preact` whith npm, as shown in this `deno.json` ```json {...

Version: Deno 2.0.0 With a simple `Request` this code fails when no `body` is received ```js if(req.body) { const body= await req.json(); if (body.name) return new Response(`Hola ${body.name}`); } ```...

question