Does anyone's text editor get upset in TypeScript ...
# orm-help
w
Does anyone's text editor get upset in TypeScript on your includes? Mine underlines it and give's this error:`The expected type comes from property 'include' which is declared here on type '{ where: { UserId: string; }; include: never; }'` The build runs and the query runs, but for some odd reason on everyone of my include calls it does this. I'm also using this within a tRPC router. Any suggestions?
👀 1
a
Hey Will! If you could share the code snippet that is generating this error and the relevant parts of your schema, I would be happy to take a look.
v
👋 Hello @Will Binette, did you have a chance to check Austin's question? Let us know if this is still an open issue!