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 dev dependencies included in dependencies such as @losash/types which causes errors in apps that don't have exact typing. I also find @types/lodash to have many bugs and different versions work for different reasons for an app. Can these be moved from dependencies to dev dependencies? Seems to be the exact same issue with this - storybookjs/mdx1-csf#14
Please let me know if this seems incorrect or there is a solution.. I am also using @nrwl/storybook which uses generators for more context.
To Reproduce
Create an app with lodash as a dep and use lodash to not form to @types/lodash typings. Install storybook...
System
To run storybook you need to have node 16 or higher
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
There are dev dependencies included in dependencies such as @losash/types which causes errors in apps that don't have exact typing. I also find @types/lodash to have many bugs and different versions work for different reasons for an app. Can these be moved from dependencies to dev dependencies? Seems to be the exact same issue with this - storybookjs/mdx1-csf#14
Please let me know if this seems incorrect or there is a solution.. I am also using @nrwl/storybook which uses generators for more context.
To Reproduce
Create an app with lodash as a dep and use lodash to not form to @types/lodash typings. Install storybook...
System
Additional context
No response
The text was updated successfully, but these errors were encountered: