Typescript support on next-auth@beta? #3272
-
Is Typescript support stable for next-auth@beta? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
absolutely. there is a WIP PR that will be merged when v4 goes stable nextauthjs/next-auth-typescript-example#8 Curious what errors you encountered. Might this be related? #2709 |
Beta Was this translation helpful? Give feedback.
-
Not sure if "errors" is the right term here. If you try adding typescript support to the nextjs app that runs the next-auth-example (beta no TS) and then rename the files from js to ts, the compiler will throw you a bunch of type errors. I started fixing a few of them but I was concern if I was doing a task that is already on a WIP. Thanks for letting me know. |
Beta Was this translation helpful? Give feedback.
absolutely. there is a WIP PR that will be merged when v4 goes stable nextauthjs/next-auth-typescript-example#8
Curious what errors you encountered. Might this be related? #2709