Closed shivanitp closed 1 year ago
@shivanitp Thanks for taking your time to fill this! Unfortunately, the "reproduction" you provided doesn't relate to the reported issue. Bug reports which don't include reproductions have a significantly lower chance of being addressed, and might be closed without author notice.
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
The "colgroup" tag is a valid HTML element but is not handled by this library.You must extend the default HTMLElementModel for this tag with "customHTMLElementModels" prop and make sure its content model is not set to "none". If you don\'t want this tag to be rendered, add it to "ignoredDomTags" prop array.
I'm facing this issue the tag name colgroup is not supported or handled by the element and it's looks bed if the tag used in the data I used this ignoredDomTags but till it's displayed the same waring and error
can you please help me with this
React Native Information
RNRH Version
"react-native-render-html": "^6.3.4",
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
https://snack.expo.dev/@jsamr/rnrhtml-template
Additional Notes
No response