We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We are face an issue with background-image inline style. The image couldn't display if image saved in a folder with capital letters, got 404.
background-image
404
By looking at the implementation, it seems the problem is resulting from this line of code:
https://github.com/wrakky/react-html-parser/blob/f28597ee0d010d4142d0077c911868de69535efd/src/utils/inlineStyleToObject.js#L23
Please help to fix the issue, Thanks.
Derek