-
Notifications
You must be signed in to change notification settings - Fork 3
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
Storybook bugs in csnx
#1121
Comments
I'm not able to recreate this error, although admittedly I don't know where to look 😅 I've tried:
The linked issue has been resolved, so maybe this has been fixed. I tried to investigate, however the Accessibility pane is currently giving me the following error message for all stories 🤦♂️
Upgrading Storybook doesn't help. My hunch, although I might be on the wrong track: the |
## What are you changing? - upgrade storybook to v8.0.5 - remove [deprecated `@storybook/addons`](https://www.npmjs.com/package/@storybook/addons) ## Why? I naively thought an upgrade might fix the [accessibility scan](#1121 (comment)) issue. Alas it did not. However I took the opportunity to remove a deprecated package whilst I was here, which was causing version matching issues.
confirm if this is still an issue |
I'm no longer seeing the error in |
The colour contrast check is still an issue. You can see it on the Inline Error component with the Brand theme selected: Because the background fades from white to blue the contrast check happens during an intermediate state. If you switch from the Accessibility tab and back again it reruns the check and passes because there's no fade. |
Thanks for the explainer @jamesmockett. To me that sounds like a bug in the accessibility plugin rather than something in our setup. What are the next steps? And is this currently blocking anything from our perspective? |
make storybooks
results inapps/csnx/package.json
being created.tsconfig.json
:The text was updated successfully, but these errors were encountered: