You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am replacing rpc-websockets with trpc in an old mongoose project. This time I want everything typed, and mongoose was giving me an exceptionally hard time, but with your videos and code I had a breakthrough. Thank you so much! 🥳
It seems like imports like import { CreateQuery, FilterQuery, QueryFindBaseOptions } from "mongoose" have changed from v5 to v6. Are you considering to update this tutorial to v6? That'd be really cool!
The text was updated successfully, but these errors were encountered:
Hey there! 👋
I am replacing rpc-websockets with trpc in an old mongoose project. This time I want everything typed, and mongoose was giving me an exceptionally hard time, but with your videos and code I had a breakthrough. Thank you so much! 🥳
It seems like imports like
import { CreateQuery, FilterQuery, QueryFindBaseOptions } from "mongoose"
have changed from v5 to v6. Are you considering to update this tutorial to v6? That'd be really cool!The text was updated successfully, but these errors were encountered: