Open olliequ opened 4 weeks ago
Using images with react-pdf works, but during the build process of the app (npm run build) results in the warning:
react-pdf
npm run build
Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text
Having an option for an alt tag would solve this.
I am interested in solving this issue. Please let me know if I can proceed.
I'm facing same issue too. If anyone can provide example how it should fixed, I'm eager to do some collabration too. Thanks
Using images with
react-pdf
works, but during the build process of the app (npm run build
) results in the warning:Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text
Having an option for an alt tag would solve this.