Deployment on vercel shows type errors which aren't there locally
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
I get this error while build, but this same type error doesnt show up locally
9 Replies
Northeast Congo LionOP
using t3-app
Australian Freshwater Crocodile
They probably aren't on dev, but if you build locally they should be there, no?
Northeast Congo LionOP
Should be there but how do I fix this
On vercel
Northeast Congo LionOP
I might have been messing with the package.json quite a bit
Australian Freshwater Crocodile
You solve this by typing your variables, since it's typescript with a lint. Or you could remove the lint (probably ESLint)
Northeast Congo LionOP
eslint is disabled during build. but anyways this issue got fixed
Hey! Im having the same issue, do you remember how you managed to fix it?