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.
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)
yarn storybook-web
See error
Expected behavior
Should run and display knobs
Environment
OS: Mac 10.15.7
Node.js version: v14.16.0
NPM version: 6.14.11
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting following error on running
yarn storybook
Filecontents of line (6,32):
Steps to reproduce the behavior
yarn add -D storybook-addon-smart-knobs
storiesOf
as.addDecorator((getStory)
yarn storybook-web
Expected behavior
Should run and display knobs
Environment
The text was updated successfully, but these errors were encountered: