We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I have been learning nextjs by following this tutorial:
https://nextjs.org/learn/dashboard-app/getting-started
After discovering the authentication chapter didn't work I found Hello could be a solution.
But I have minimal NextJS skills - while I can get the hello-test example working, I see how to integrate the hello login button.
When I include in sidenav.tsx file for example I get this error:
node_modules/@hellocoop/react/dist/provider.js (33:48) @ undefined ⨯ TypeError: (0 , react_1.createContext) is not a function
The text was updated successfully, but these errors were encountered:
Thanks for letting us know - we've replicated - it's an issue that comes up in the app router that does not happen in the pages router.
Sorry, something went wrong.
No branches or pull requests
Hi!
I have been learning nextjs by following this tutorial:
https://nextjs.org/learn/dashboard-app/getting-started
After discovering the authentication chapter didn't work I found Hello could be a solution.
But I have minimal NextJS skills - while I can get the hello-test example working, I see how to integrate the hello login button.
When I include in sidenav.tsx file for example I get this error:
The text was updated successfully, but these errors were encountered: