Luca Merighi
Luca Merighi
 +1 on it happening on regular font, started since bumping RN to 0.71
Have the same issue as well, when using sticky section headers. Can confirm that it doesn't reproduce with `disableVirtualization={true}`, but it's far from ideal solution. Tried with RN 0.71.7 and...
Sure, here's the complete snippet ``` DOMPurify.sanitize( ` Sample HTML5 Page Hello `, { PARSER_MEDIA_TYPE: "application/xhtml+xml", } ); ``` Tried with 2.7.0 and same empty output. Removing the `` gives...
Yes, in XHTML you can use self closing tags. In fact, you **have** to convert all void elements to their self-closing variant for it to be valid
Opened the issue there 🤞 Ye I need it for this reason exactly, parsing HTML into valid XML which between other means means fixing this kind of stuff