sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

Not working on JSX #450

Open allestaire opened 1 year ago

allestaire commented 1 year ago

Description

NOTE: Im not totally expert on ReactJS thats why its a question on how that code should work.

Currently Im having this error

Screen Shot 2022-10-09 at 10 40 42 AM
import RichTextEditor from 'react-rte';

...
<RichTextEditor
 toolbarConfig={toolbarConfig}
 value={value}
 onChange={handleChange}
/>