Tom

Results 5 comments of Tom

Have you installed `@types/mongoose`?

@rafaelpizzo a workout for query props would be to import {useRouters} from 'next/router'. Then do something like this: ``` const router = useRouter(); ``` I made a video using this...

Thank you for picking this up! The issue was that setting the messages needed to be in a useEffect with a dependency on socket. I've pushed my changes and supplied...

It's saying that air isn't installed. My guess if you have something wrong with your go path

I'm getting this same error using React 19, Bun & Tanstack start. I haven't tried it yet but I think you could set this up in a fresh Tanstack start...