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 was archived by the owner on Jan 5, 2023. It is now read-only.
ERROR in /Users/ashish/components-storybook/src/stories/Checkbox.story.tsx(6,32)
TS7016: Could not find a declaration file for module 'storybook-addon-smart-knobs'. '/Users/ashish/components-storybookbook/node_modules/storybook-addon-smart-knobs/dist/index.js' implicitly has an 'any' type.
Filecontents of line (6,32):
import { withSmartKnobs } from "storybook-addon-smart-knobs";
Steps to reproduce the behavior
Install yarn add -D storybook-addon-smart-knobs
add decorator to storiesOf as .addDecorator((getStory)
Describe the bug
Getting following error on running
yarn storybookFilecontents of line (6,32):
Steps to reproduce the behavior
yarn add -D storybook-addon-smart-knobsstoriesOfas.addDecorator((getStory)yarn storybook-webExpected behavior
Should run and display knobs
Environment