Fetch data from the backend, then pass the data to editorState using draft-js
I’m creating a component that will display the data from backend by using draft-js. The data from the backend also is being stored using draft-js. The data is not being display and also there’s no error message.