Ravi

Results 11 comments of Ravi

as a workaround for now, I added the following to my `package.json` ``` "overrides": { "react": "18.2.0" } ``` It's working for me... but I would prefer not to have...

@LucaDiba The examples in the docs are in JavaScript. If you are using TypeScript, the ref needs to be of the right type for you to set it in an...

@sachinraja Yeah.. I think you are right... If we had a way to print the router configuration on a specific endpoint, we maybe could be able to use that for...

I'm starting to understand more the codebase. And I realized that you already have an API that is returning the "schema" of the trpc. ``` // POST: http://localhost:3000/api/trpc-playground ["declare function...

@sachinraja Thanks for the reply! And for the guidance! I'll try to take a look at it today.

@sachinraja I tried to follow the `CONTRIBUTING.md` instructions, but wasn't successful to make it work on the example apps. Here is my system: - macOS Monterey (12.3) M1 - node:...

Thanks! I could make it work for the vite example. And I think I got really close to making it work for my Serverless Framework setup. I would like to...

Hi! I have a problem that I think is related to this issue. I have a monorepo (turborepo) and I can't have multiple versions of react in it. (otherwise react...

@juliusmarminge thanks for the guidance! I was able to make it work with the command `npm i --legacy-peer-deps` now that the lock file has the structure, I'm able to instal...

@ymc9 I just had the same problem, but I figured it out. Not sure if it will help in your case, but if you just want the highlighting, shiki has...