hellocoop / hello.dev

hello.dev content
https://hello.dev
Creative Commons Zero v1.0 Universal
10 stars 6 forks source link

Feedback for “Next.js” #61

Open songproducer opened 4 months ago

songproducer commented 4 months ago

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
dickhardt commented 4 months ago

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.