suvomoy
Results
1
comments of
suvomoy
Same problem here when rendering editorState the text-align & font-family is striping away : ``` const contentDataState = ContentState.createFromBlockArray(convertFromHTML("This A Sample Text")); const [editorState, seteditorState] = React.useState(EditorState.createWithContent(contentDataState)); ``` I'm using:...