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
The storybook documentation tells you to install it in'devDependency',
but if you install it in'devDependency',
it says" '@storybook/addon-knobs' should be listed in the project's dependencies, not devDependencies. "
Looking at the packages, it seems that there are some packages that are used in production mode.
Is it correct to install it on devDependency?