editor-js / image

Image Block for Editor.js
MIT License
234 stars 282 forks source link

The block can not be displayed correctly. #261

Closed KariMuhammad closed 2 weeks ago

KariMuhammad commented 4 weeks ago

When I render these blocks of content by this code, it gives me the Error The block can not be displayed correctly. how to solve this problem?

Blocks of Content

image

Code

image

Error

image

neSpecc commented 4 weeks ago

There is likely some error thrown during render a block. Could you share console logs? Also, you're using an old version of editor and it is recommended to update

KariMuhammad commented 2 weeks ago

Sorry, The problem was in my code, i should set tools property for editor instance to render the appropriate blocks, so i set Image tool and it worked.

Thanks for speed respond @neSpecc, and sorry for my late :(