Something went wrong on our end. Please try again.
Created by: gitstart-sourcegraph
In order to split the Icon accessibility efforts into smaller PRs, we've had to remove the default prop role="img" from the wildcard's icon component.
img set as default role, within the wildcards's Icon component.<Icon role="img" ... /> i.e use the find and replace tool (on vscode or any other editor), to find every usage instance of <Icon role="img" and replace with <Icon
Ensure there are no UI changes on both storybook and application
Check out the client app preview documentation to learn more.