-
Notifications
You must be signed in to change notification settings - Fork 36
Storybook 4.1.0-alpha.8 breaks smart knobs #34
Comments
Hi brad, I just upgraded everything, locally it works, can you help verify? It's on npm as Sorry for the super late feedback. |
Hey @ndelangen thanks for the update! And apologies for the delayed response; I've been dealing with a family medical emergency these past few weeks. I've updated things on my end, but alas I'm still not seeing the knobs show up on my project: Here's the relevant bits in my
Do you see anything in there that might be causing an issue? I'll also find some time to spin up a brand new project and see if I can get it working there. If you happen to have a link to a working project lying around, that would be helpful too. Thanks so much! |
I too am having issues with smart knobs not working as expected but am using custom decorators and I'm not sure if that's having a side-effect, based on this recent issue: #47 I removed some custom decorators and still had no luck. Here's my setup:
Addons.js (do I need smart knobs in here too? I wasn't sure what to register there.)
Storybook .config:
Basic story:
|
Heya,
I'm trying to get to the bottom of why I can't get smart knobs to display, and I think it might have to do with the alpha version of Storybook I'm using. Here are some details:
Using 4.1.0-alpha.8
Here's my
package.json
using the alpha:And my
Button.js
file:And my
Button.stories.js
file:And here's the result, which doesn't generate the knobs:
Using 4.0.9
And here's the setup using 4.0.9:
This results in the smart knobs displaying correctly (but not handling icons well as mentioned over here):
I'm not sure what is causing this, but any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: