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
but a dependency on @storybook/icons which requires React >=17
This results in conflicting peer dependencies when used in an app with React 16
Since Storybook 7 should support React 16, presumably the peerDependencies in icons must be releaxed/fixed
To Reproduce
npm install in a project utilising React 16.14
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
@storybook/components 7.2.1 has peerDependencies
but a dependency on @storybook/icons which requires React >=17
This results in conflicting peer dependencies when used in an app with React 16
Since Storybook 7 should support React 16, presumably the peerDependencies in icons must be releaxed/fixed
To Reproduce
npm install
in a project utilising React 16.14System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: