You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get stories from /packages/canon but /website is isolated from the rest of the repo so I'm using relative paths to get stories. If you run the website on yarn dev and see the two pages I created you can see that on the client version using use client; the components appears correctly but I get an error in the terminal and a 500 error in the console.
This error doesn't seem to come from fetching the component as if you just console.log(composeStories) you'll see the same error.
Is there's something wrong in my setup? Or is this a bug on the function itself?
Describe the bug
I'm trying to get stories from /packages/canon but /website is isolated from the rest of the repo so I'm using relative paths to get stories. If you run the website on yarn dev and see the two pages I created you can see that on the client version using use client; the components appears correctly but I get an error in the terminal and a 500 error in the console.
This error doesn't seem to come from fetching the component as if you just console.log(composeStories) you'll see the same error.
Is there's something wrong in my setup? Or is this a bug on the function itself?
Thanks 🙏
Reproduction link
https://codesandbox.io/p/github/cdedreuille/nextjs-compose-stories/main
Reproduction steps
:3000
System
Additional context
No response
The text was updated successfully, but these errors were encountered: