react-html-parser
react-html-parser copied to clipboard
Issue with inlineStyleToObject inline background-image
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
.
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
I met the exact same problem and created a PR on this: #85