6 Replies
Humm looks like an error in types in one of our dependent libraries. @ballingt or @sshader might have better answers. But you might be able to just keep moving by following the suggestion at the top of the error and doing:
npx convex dev --typecheck=disable
@Solo00Root you also might add
"skipLibCheck": true
to the tsconfig.json in the convex directoryi used that but didnt work
Ah ok. Looks like Tom's message above might be more helpful. Hopefully that unblocked you.
ohh nice this fixed it ❤️ ty yall
And i was thinking i was doing mistakes and it didnt work lol🤣
nvm i just tried out and the error has been patched
thanks