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
There are only two stories (avatar, keyboard-shortcuts) left that are using knobs.
The text was updated successfully, but these errors were encountered:
frankieyan
changed the title
Replace @storybook/addon-knobs with addon-controls in Reactist
Replace @storybook/addon-knobs with addon-controls
Aug 9, 2022
I believe they already have argTypes set up, but Avatar still declares knobs as a decorator even though it is not needed, and KeyboardShortcut seems to have both declared.
Once both of these have knobs removed, we can then remove the @storybook/addon-knobs dependency.
Thank you for offering to do this :) Let me know how it goes 🙌
As addon-knobs is deprecated (ref), it should be replaced with @storybook/addon-controls.
There are only two stories (avatar, keyboard-shortcuts) left that are using knobs.
The text was updated successfully, but these errors were encountered: