serializeHtml --> Error: Unable to find the path for Slate node: {"type":"h2","children":[{"text":"A line of text!"}]} #1312
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use
serializeHtml
but I can not make it working.I get
Error: Unable to find the path for Slate node: {"type":"h2","children":[{"text":"A line of text!"}]}
It seems that
h2
is not recognized (it works when I replaceh2
withparagraph
). Any idea what is wrong? Thanks!Here my function returning html string:
Here my plugins:
Beta Was this translation helpful? Give feedback.
All reactions