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 exploring the react-storybook sample, trying to run a Storybook instance that renders a story from a remote module.
I can successfully run the basic host and remote applications included in the project, and they seem to communicate correctly:
However, when I try to run Storybook within the host application, it fails (both the storybook and build-storybook scripts) with this error:
It seems that "remote/Button" is not being correctly resolved in the stories file, which is exactly what I'm trying to achieve.
Any clues on this?
The text was updated successfully, but these errors were encountered:
I'm exploring the react-storybook sample, trying to run a Storybook instance that renders a story from a remote module.
I can successfully run the basic host and remote applications included in the project, and they seem to communicate correctly:
However, when I try to run Storybook within the host application, it fails (both the
storybook
andbuild-storybook
scripts) with this error:It seems that "remote/Button" is not being correctly resolved in the stories file, which is exactly what I'm trying to achieve.
Any clues on this?
The text was updated successfully, but these errors were encountered: