我在我的 React js 文件中输入<img src= {'https://robohash.org/${id}?size=300x300'}alt="photo" />,\n保存文件后,我在 GitBash 上收到一条错误消息:
Redundant alt attribute. Screen-readers already announce 'img' tags as an image. You don\xe2\x80\x99t need to use the words 'image', 'photo,' or 'picture' (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt
然后我alt从代码中删除了 ,并收到错误消息:
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
我该如何解决这个问题?
\n