Gaurav Saluja

Results 2 comments of Gaurav Saluja

Adding empty paragraph sometimes was causing issues. Just added an empty space (nbsp;) in my case. ``` { type: "paragraph", data: { text: " ", }, } ```

Thanks! I was wondering what i did wrong. Not sure what's causing this, even i had to remove to get it to work.