Imran Khan

Results 22 comments of Imran Khan

looking for the same solution. ``` const response = await editor.save(); return response?.blocks || []; ``` it returns all blocks except empty blocks. is there a way to get all...

using react-helmet-async fixed the problem.

Create React App (CRA) using `serve -s`. added the following inside `serve.json` in the public folder allowed `.html` extension and fixed accessing the HTML file inside an iframe. ``` {...

same issue. upgraded from 0.71 to 0.73 and its not working for me

any update on this issue?

@adamk22 you can use `preserveBlank ` from https://github.com/editor-js/paragraph to get empty blocks

Checked on `"axios": "^1.3.2"` still not fixed (without `--transformIgnorePatterns`) !!