> so both that library & signals are in production in many sites.
Wrong. The signals approach will be in Vue 3.6, and given Vue's release cadence this might not happen in a while. Also needs prope...
for what it's worth, I had the same issue, with Hono:
```js
const response = await dostub.fetch(c.req.raw)
// solved it by wrapping returning response in a new response
return new Response(...