-
Notifications
You must be signed in to change notification settings - Fork 7
Violation from info add on #11
Comments
Hi @thearegee Sorry, this will not happen soon, likely both addons will need refactoring to fix this, possibly with api changes. |
This is most likely an issue with the order of both decorators, if this addon is loaded before the info-addon it will try to validate the components inside that also. If we want to fix this we should have a way to get a reference to the story, don't know if anything like that is viable inside storybook @ndelangen? |
What is planned is to have info render in a panel instead of the preview. |
@thearegee easiest way for now is just override the color to something accessible
is what we're doing |
FYI I have merged this repo into the monorepo! Please do not open any issues or PR's directly on this repo, but instead open them here: |
Hello,
Using a11y addon with info addon causes a violation as it tries to validate the color contrast of the show info toggle.
See attached image:
Is there a work around for this?
Thanks,
Rob
The text was updated successfully, but these errors were encountered: