html-react-parser icon indicating copy to clipboard operation
html-react-parser copied to clipboard

important style is not parsed

Open piszczu4 opened this issue 1 year ago • 13 comments

The following is not parsed when using attributesToProps(domNode.attribs):

style="margin-left: 24px!important"

while this is:

style="margin-left: 24px"

Why is that a case?

piszczu4 avatar Feb 09 '24 00:02 piszczu4