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 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.
Answered by
exploIF
Feb 2, 2026
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.
3 replies
Answer selected by
infraDevMLTH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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