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
Using @storybook/addon-a11y with Storybook in a React 15 project throws errors as React.Fragment is undefined.
This can be fixed by specifying a minimum React version or removing the Fragment usage in ./components/Report. Given I have some React 15 projects using addon-a11y 3.4.0, I'd prefer removing it altogether.
I'd be happy to make a pull request to address the problem.
Steps to reproduce
Start a new React v15 project (I used CRA and installed React and ReactDOM 15.4.0)
Bug or support request summary
Using @storybook/addon-a11y with Storybook in a React 15 project throws errors as React.Fragment is undefined.
This can be fixed by specifying a minimum React version or removing the Fragment usage in
./components/Report
. Given I have some React 15 projects using addon-a11y 3.4.0, I'd prefer removing it altogether.I'd be happy to make a pull request to address the problem.
Steps to reproduce
Repo with issue
Please specify which version of Storybook and optionally any affected addons that you're running
@storybook/addon-a11y 3.4.0
@storybook/react 3.4.0
Affected platforms
The text was updated successfully, but these errors were encountered: