-
Notifications
You must be signed in to change notification settings - Fork 36
React 16 Support? #18
Comments
Hi @KamalAman, Do you think you'd be able to debug the problem and open a PR with a fix? 🙇 |
The issue seems to be with docgen being undefined on the button in the The following describes the issue. Other than the root problem with Doc gen performing some magical parsing, the Button needs to be defined in another file than the story, and it needs to be the default export of that file. |
I think this may be related to a storybook change. It was working for me fine in 3.2, but once I upgraded to 3.3, the knobs weren't showing anymore. It seems to be related to the marksyConf check here: https://github.com/storybooks/addon-smart-knobs/blob/6eb5cb767cb4e0fbbfb95b11384bf38df96db3e6/src/index.js#L60 Once I removed the checks, it started working again. What use-case are these checks serving? |
Ah I see it was added to support using I wonder if this is a separate issue? |
Released with |
@ndelangen we should raise all the |
Done, and published as |
I've tried to use smark knobs with react v16, and I cannot get anything to display or show up in the Knobs viewer.
The text was updated successfully, but these errors were encountered: