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
Describe the bug
I am trying to use storybook with react-rails which is configured to store reactjs files at app/assets/javascripts/components.
The storybook project is outside the rails app, and have the files symlinked for files inside rails app at app/assets/javascripts/components
I got this error when starting storybook:
ERROR in /Users/samir/Documents/projects/backend/app/assets/javascripts/components/App.js 7:4
Module parse failed: Unexpected token (7:4)
You may need an appropriate loader to handle this file type.
However, if I use the file directly in storybook without symlink it will compile normally without any issue, in the error above, it shows the source file location not the symlinked file.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Describe the bug
I am trying to use storybook with react-rails which is configured to store reactjs files at app/assets/javascripts/components.
The storybook project is outside the rails app, and have the files symlinked for files inside rails app at
app/assets/javascripts/components
I got this error when starting storybook:
However, if I use the file directly in storybook without symlink it will compile normally without any issue, in the error above, it shows the source file location not the symlinked file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To compile App.js normally
System:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: