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
Simply installing Storybook HTML with the recommended method causes a ton of dependency warnings to be emitted every time the package manager (Yarn) is run.
As demosplan-ui does not depend on react, it can be removed here.
The massive warnings of storybook addons like "Unmet peer dependency: react"
is a known issue of Storybook, which will eventually be resolved.
See storybookjs/storybook#15938
Describe the bug
Simply installing Storybook HTML with the recommended method causes a ton of dependency warnings to be emitted every time the package manager (Yarn) is run.
To Reproduce
npx sb init -t html
System
Additional context
Everything works, but this plethora of warnings is annoying to wade through every time one interacts with the package solver.
The text was updated successfully, but these errors were encountered: