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
The cc-img component has a text prop that is used to display a text when the image is not loaded.
The alt attribute of the <img> tag inside the component is always empty and there is no way to set it from outside the component.
Solutions
Either use text value as alt value (when there is no error), or introduce a separate accessible-name prop.
The text was updated successfully, but these errors were encountered:
Context
The
cc-img
component has atext
prop that is used to display a text when the image is not loaded.The
alt
attribute of the<img>
tag inside the component is always empty and there is no way to set it from outside the component.Solutions
Either use
text
value asalt
value (when there is no error), or introduce a separateaccessible-name
prop.The text was updated successfully, but these errors were encountered: