I have been stuck on this Type error: Cannot find name 'TRPCError'. Did you mean 'RTCError'?

https://i.imgur.com/19Sz2Ya.png https://i.imgur.com/fTNtGND.png I am following the 3 hour long chirp project and I've been stuck with this error for over 24 hours. I just came across T3 stack recently and I am trying to learn it. Please let me know if you need more context
Imgur
Imgur
2 Replies
epsilon42
epsilon4212mo ago
Where is the error coming from? Hover the error message or see in your "Problems" tab. It might be some other extension you have installed causing it.
atomic
atomic12mo ago
Looks like TS doesn't know it's a JSX tab? Try renaming file to .tsx, if it helps