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
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
then in Render I would do <Editor sideButtons={sideButtons}/>
The ImageSideButton works perfectly, however, pressing the separator button will throw "props.getEditorState is not a function..." in a file named atomic.js
Here's the code for SeparatorSideButton, I copied it from your example.js:
Here's my setup:
then in Render I would do
<Editor sideButtons={sideButtons}/>
The ImageSideButton works perfectly, however, pressing the separator button will throw "props.getEditorState is not a function..." in a file named atomic.js
Here's the code for SeparatorSideButton, I copied it from your example.js:
And it seems to be throwing from
Thanks in advance.
The text was updated successfully, but these errors were encountered: