react-pdf
react-pdf copied to clipboard
No option to add alt tag to image components
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.