My Editor's default 'data' block is not working when passing a variable to it in the 'OutputData' type. #2885
Unanswered
Mike-Joseph-Ball
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @Mike-Joseph-Ball , Please refer to this basic implementation of Editor.js in React + Typescript. If your problem isn't resolved, let us know. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to initialize my Editor with previously saved data by passing it through the editor's data property:
My editor remains empty when I pass it as a variable. However, when I try to pass it as a literal 'OutputData' object rather than a variable, it displays properly.
Are you not able to pass variables to the data property? Or am I missing something?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions