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
There are some limitation in draft at the moment that mean we’ll potentially end up with empty paragraphs in the saved data. I think the best solution for now is to simply avoid rendering any block elements that have no content, so "" or [""].
The text was updated successfully, but these errors were encountered:
There are some limitation in draft at the moment that mean we’ll potentially end up with empty paragraphs in the saved data. I think the best solution for now is to simply avoid rendering any block elements that have no content, so
""
or[""]
.The text was updated successfully, but these errors were encountered: