Yusuke Wada
Yusuke Wada
Hi! Released "tRPC Server Middleware" now. Check it out! https://github.com/honojs/middleware/tree/main/packages/trpc-server
Hi @helloimalastair Thanks for the issue. Here is my opinion. > 1. Should the `cacheControl` parameter of the middleware automatically be applied for the client/server cache, or should it be...
Hi @Code-Hex ! How about this approach? This way, the `template` has a type (`A` | `B`) and the implementation of the handler is clean. ```tsx // renderer.tsx import {...
> The problem with that approach, as described in the description, is that it cannot handle branching when each template has different props. Ah, I see. I can't give you...
Hi @Yovach How about putting the following line to the top of your file in the Next.js app? ```ts /* @jsxImportSource react */ ```
@Yovach Could you share the minimal project to reproduce it?
@Yovach Thanks!
Thanks! @Yovach Hi @usualoma ! This error is caused by a conflict between React's JSX declaration and `hono/jsx`'s JSX declaration. Is there any solution? https://github.com/honojs/hono/blob/ca6f36511094522b84b6575d99bde4728bcea87c/src/jsx/base.ts#L13C1-L24C2
@usualoma How about using `(?:{[^/]+})?)` as mentioned on the following: https://github.com/honojs/hono/pull/2193/files#r1487327201
Hi @jonasb @sor4chi Can you see this issue?