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
Hello!
Thank you for this great editor. Today, I was testing the Extensions and I encountered two errors,
First error occurred when I added the new Image({}) extension which says an Element needs a key prop (for which I'm guessing the .smartblock-menu element doesn't have a key prop).
Second Error is when I select a node and add want to add a link to it. Like this:
Which gives the following error in the console:
But the link error occurs only when a part of block is selected not when the whole block is selected.
Any idea about these?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@ioandev too bad. This is the simplest easy-to-use HTML block editor that doesn't complicate the process of installing and using it. Right now I'm getting this error with just plain vanilla CRA npx create-react-app my-app command.
Hello!
Thank you for this great editor. Today, I was testing the Extensions and I encountered two errors,
new Image({})
extension which says an Element needs a key prop (for which I'm guessing the.smartblock-menu
element doesn't have a key prop).Which gives the following error in the console:
But the link error occurs only when a part of block is selected not when the whole block is selected.
Any idea about these?
Thanks in advance.
The text was updated successfully, but these errors were encountered: