cyremurC
Convex Community16mo ago
2 replies
cyremur

auth/core and convex-dev/auth seem to have diverged in typing

I used to run convex-auth demo fine on
"@auth/core": "^0.34.1",
"@convex-dev/auth": "^0.0.61",
Now I've tried again and under
"@auth/core": "^0.37.0",
"@convex-dev/auth": "^0.0.71",
I get a type error on the authprovider in convex/auth.ts
image.png
Was this page helpful?