-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Please wait while the accessibility scan is running ..." never completes #9471
Comments
Did you set the |
:) |
@mikeriley131 You're not the first person to run into this. I'm re-opening it in case one of the |
I missed adding the decorator too. Looks like having a |
@cloudsociety that would be great! Any interest in adding one? |
@cloudsociety i think that would be very helpful |
I can give it a try. Should I be branching from |
Yeah you’ll want to fork from next |
Ooh-la-la!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.0.0-alpha.5 containing PR #9697 that references this issue. Upgrade today to try it out! You can find this prerelease on the Closing this issue. Please re-open if you think there's still more to do. |
https://github.com/storybookjs/storybook/pull/9697/files#diff-177dcef0a5b481c2c87db87f7cdf200dR106 (Sentence that stopped halfway) Even though the documentation states 5.3+, it is not accurate. Looks like 5.3 still requires decoration configuration. Would be great to specify requirements for that version. import {addDecorator} from '@storybook/react';
import {withA11y} from '@storybook/addon-a11y';
addDecorator(withA11y); preview.js |
Yeah, i am on 5.3.19 and had to add the decorator in |
Describe the bug
A clear and concise description of what the bug is.
I've set everything up as shown in the README, and I see the Accessibility tab in Storybook now, however it's been showing "Please wait while the accessibility scan is running ..." for almost two hours now for all stories. Is this expected or did I miss something?
Expected behavior
I would expect the scan to take no more than 15 minutes or so on initial install.
System:
The text was updated successfully, but these errors were encountered: