storybookjs / addon-kit

Everything you need to build a Storybook addon
https://storybook.js.org/docs/react/addons/writing-addons
MIT License
147 stars 35 forks source link

Support for React 18 (SB 6.5) #28

Closed stevensacks closed 2 years ago

stevensacks commented 2 years ago

Storybook 6.5 added support for React 18, but the peerDependencies only supports ^16.8.0 || ^17.0.0. Please update this to include || ^18.0.0.