You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
trying to add a Custom Image Type to a block, and then convert it to html using blocksToHTML() , instead of returning the html string, it returns the div tag.
This is a known issue - in the progress of fixing serialization of custom blocks. By default, it will serialize to whatever you return in render, with the possibility of adding a custom serialization function to your blocks.
Describe the bug
string, it returns the div tag.
trying to add a Custom Image Type to a block, and then convert it to html using
blocksToHTML()
, instead of returning the htmlTo Reproduce
Code Example:
block result:
HTML result:
Misc
The text was updated successfully, but these errors were encountered: