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 already used Storybook with CRA, and it worked fine, but when I try to use when Vite it get stuck in infinite loading. The project runs without problems with the command npm run storybook, but nothing appears on the screen.
I'm using a React-App with typescript
I think the error has something to do with the module.exports in the storybook file, since I can't use module.exports for .eslint.js
PS: There is an error in the console, too.
The text was updated successfully, but these errors were encountered:
@MatheusMoselli thanks for reporting this. It seems to be coming from the manager (webpack) portion of storybook. Are you able to share a reproduction by any chance, so that I can look into it?
I had the same issue with the infinite loading screen but a different error in the console about Uncaught SyntaxError: import not found: ModuleMocker
I could fix it with #242 (comment)
I already used Storybook with CRA, and it worked fine, but when I try to use when Vite it get stuck in infinite loading. The project runs without problems with the command npm run storybook, but nothing appears on the screen.
I'm using a React-App with typescript
I think the error has something to do with the module.exports in the storybook file, since I can't use module.exports for .eslint.js

PS: There is an error in the console, too.

The text was updated successfully, but these errors were encountered: