-
Notifications
You must be signed in to change notification settings - Fork 39
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
WIP: fix Storybook #587
base: master
Are you sure you want to change the base?
WIP: fix Storybook #587
Conversation
I can help you with this. We can have a talk. |
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
@SavvyShah I've sent you an email. There are some remaining issues with the storybook setup:
|
Can we use a codemod to convert |
Hey @ShMcK . Sorry I have been slow in doing this. But I've made a couple of changes and configured an additional story. |
// libraryName: '@alifd/next', | ||
// style: true, | ||
// }, | ||
// ]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I worry some components may not work without @alifd/next and emotion support. But I may be wrong!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated my branch. I've also enabled the plugin. Seems to be working.
Thanks @SavvyShah ! |
Get Storybook working again.
Signed-off-by: shmck shawn.j.mckay@gmail.com