Sakib
Explore posts from serversType 'Hono<App {...}>' does not satisfy the constraint 'Hono<any, any, any> Property '#private' in t
Hi, I'm trying to use hono RPC client on my frontend project. But the type not working properly. I'm using "hono": "^4.3.7", on server and client.
// On /web-api/src/routes/index.ts [Server]
// On /web-api/src/routes/users/index.ts [Server]
// On /web-api/tsconfig.json [Server]
// On /web-ui/tsconfig.json [Client]
3 replies