-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import AuthKitProvider #169
Comments
Can you confirm which version of authkit-nextjs you're using? |
Are you seeing errors when trying to run the dev server or is it TypeScript complaining? |
This is just typescript |
A walk-around for me was to add |
I tried that and while it does fix these imports, it also breaks a bunch of others. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the docs suggest importing from
import { AuthKitProvider } from '@workos-inc/authkit-nextjs/components';
and it is not working for meThe text was updated successfully, but these errors were encountered: