Norbert de Langen
Norbert de Langen
You didn't register the addon(s). In order to use smart knobs, you have to be using knobs, which needs to be registered: https://github.com/storybooks/storybook/tree/next/addons/knobs#getting-started
I published 4.0.0 I upgraded all dependencies to the latest This package is now storybook 4.x.x compatible. I'm assuming the problem you were facing was a mismatch of versions, since...
@mahmoud-zakria-sociomantic if you run the storybook in this repo, does it show up then? What differences are there between the example in this repo and your setup?
Yeah the example in the codebase is working on my machine.. 😕
@mahmoud-zakria-sociomantic Can you share a repo that has this problem so I can debug?
I looked at it for an hour or so, I can confirm something is wrong, but I wasn't able to find a solution. The difference that I could find was:...
PLain knobs IS working, this code in the addon is working, it's the generation of the needed data from propTypes/ types that is not working and causing the knobs to...
Something we can do on the storybook side?
I like where this is going, looking forward to start using this in Storybook.