-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook: Add a way to define a custom Provider and configuration #1595
Labels
Comments
Hello is this issue still open. |
Hi @viveksonar, it is indeed! I would love to have you contribute it, hit me up on discord if you need any help |
Hi, any updates? I've noticed that storybook has upgraded to v6, so I wonder whether redwood should support v6 out of the box. I left a topic in the forum. |
Hey Peter I tried to do it but I couldn't make it .
I'm new to react and still learning for now I will opt out of this issue
may be in future after I have decent knowledge I will go through other
issues.
Sorry
Best,
Peter
…On Wed, 10 Mar, 2021, 11:29 am Kim, Jang-hwan, ***@***.***> wrote:
Hi, any updates?
I've noticed that storybook has upgraded to v6, so I wonder whether
redwood should support v6 out of the box. I left a topic in the forum
<https://community.redwoodjs.com/t/upgrading-storybook-to-v6/1914>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#1595 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOE6ZPLLKFN6NRYQZNJ7QULTC4DC7ANCNFSM4VNCGQMA>
.
|
19 tasks
Yup, this is resolved! |
Resolved by #2054 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should allow the users to define a
storybook.preview.js
configuration file. This would allow people to add additional decorators.storybookPreviewConfig
path togetPaths()
, it should be aweb/config/storybook.preview.js
file.redwood/packages/core/config/storybook/preview.js
Lines 10 to 11 in e598a51
The text was updated successfully, but these errors were encountered: