getHTML inconsistently return p and h5 tag. #408
-
|
console.log(await ref.current?.getHTML()); when an input is empty, the above code shows I believe the above code originated from https://github.com/software-mansion/react-native-enriched/blob/6466d2faa0ab1d56e10677e713f03b1be8132498/android/src/main/java/com/swmansion/enriched/utils/EnrichedParser.java#L113 However, if the input is "a" , the result will be I am wondering if shouldn't it be using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi, what's the platform you see this error? If it's on iOS I think it might be related to known limitation - that heading style cannot have the same font size as unstyled text font size. If it's happening on Android, please create a new issue with repro |
Beta Was this translation helpful? Give feedback.
Hi, what's the platform you see this error? If it's on iOS I think it might be related to known limitation - that heading style cannot have the same font size as unstyled text font size. If it's happening on Android, please create a new issue with repro