How to load stories dynamically based on folder files ? #12049
Unanswered
jeremytenjo
asked this question in
Help
Replies: 1 comment 2 replies
-
Hello,
So I've seen |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used to use the
storiesOf
function andrequire.contexts
to dynamically create stories based on files in a folder.After upgrading to Storybook V6. I get the error
Cannot add a story when not configuring
.Is there an alternative way to load stories dynamically?
Beta Was this translation helpful? Give feedback.
All reactions