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
Is your feature request related to a problem? Please describe.
The a11y-addon has react as a normal dependency at ^16.8.3 which leads to incompatibility issues for us as a consumer since we're using a pinned version of react@16.9.0. This is due to Storybook bundling the latest minor version of react, which is 16.12, resulting in there being two versions of React being used within the same tree which causes the following error to be thrown:
Describe the solution you'd like
Is it possible to change react to being a peerDependency: * such as how the centered or knobs addons specify it? This keeps inline with the premise that Storybook/react functions independent of whatever version of React a consumer is using.
Describe alternatives you've considered
At this point, we can only drop the addon or implement our own version.
Are you able to assist bring the feature to reality?
Yes I can
The text was updated successfully, but these errors were encountered:
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Is your feature request related to a problem? Please describe.
The
a11y-addon
hasreact
as a normal dependency at^16.8.3
which leads to incompatibility issues for us as a consumer since we're using a pinned version ofreact@16.9.0
. This is due to Storybook bundling the latest minor version of react, which is16.12
, resulting in there being two versions of React being used within the same tree which causes the following error to be thrown:Describe the solution you'd like
Is it possible to change
react
to being apeerDependency: *
such as how the centered or knobs addons specify it? This keeps inline with the premise that Storybook/react functions independent of whatever version of React a consumer is using.Describe alternatives you've considered
At this point, we can only drop the addon or implement our own version.
Are you able to assist bring the feature to reality?
Yes I can
The text was updated successfully, but these errors were encountered: