Closed gs-alranjan closed 1 year ago
Looks like a mismatch in domutils version; make sure the version range required by @native-html/transient-render-engine
(^2.8.0) matches the resolved version in your project.
EDIT: erratum
Looks like a mismatch in domutils version; make sure the version range required by
@native-html/transient-render-tree
(^2.8.0) matches the resolved version in your project.
Since @native-html/transient-render-tree
is deprecated , "@native-html/transient-render-engine" "11.2.3" is auto-resolved.
@gs-alranjan You're correct, I meant @native-html/transient-render-engine
.
@jsamr still, headings are causing issues to be rendered. Any alternate solution?
@gs-alranjan
Looks like a mismatch in domutils version; make sure the version range required by @native-html/transient-render-engine (^2.8.0) matches the resolved version in your project.
This still holds true. Depending on your package manager, you can see which version(s) of a peculiar package are installed. yarn why domutils
or npm why domutils
. Happy to reopen if this really turns out to be a bug, but currently it does seem like a packager issue.
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
When using heading tags (Eg. h1,h2, etc), the layout crashes with the following error as in Image
Other HTML tags (like p, a, etc) are working fine.
React Native Information
RNRH Version
"react-native-render-html": "^6.3.4"
"react": "16.13.1", "react-native": "0.63.4",
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
Additional Notes
No response