You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Would be nice to have an option to either ignore components or props (perhaps respecting the null value). We are having a problem when using this plugin since one of our components have different behaviors based on a combination of props.
For instance, It doesn't accept icon and onRemove props at the same time. The problem is when using this plugin it always injects the onRemove props making impossible to show all these behaviors on the storybook. :(
I took a look at the code but couldn't find an option to do it.
The text was updated successfully, but these errors were encountered:
We noticed that Smart knob injects default functions and, for now,
there is no option to avoid this behavior.
A issue has been opened in order to add this option into the plugin
storybook-eol/addon-smart-knobs#23
We noticed that Smart knob injects default functions and, for now,
there is no option to avoid this behavior.
A issue has been opened in order to add this option into the plugin
storybook-eol/addon-smart-knobs#23
Would be nice to have an option to either ignore components or props (perhaps respecting the
null
value). We are having a problem when using this plugin since one of our components have different behaviors based on a combination of props.For instance, It doesn't accept
icon
andonRemove
props at the same time. The problem is when using this plugin it always injects theonRemove
props making impossible to show all these behaviors on the storybook. :(I took a look at the code but couldn't find an option to do it.
The text was updated successfully, but these errors were encountered: