-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
Description
- The package is not working on JSX but upon reading the documentation there is Example with ES5 and no JSX which shows how to work it with JSX but there are no other example on how to implement it within the project its just like giving us how to implement but not giving us how to use it.
NOTE: Im not totally expert on ReactJS thats why its a question on how that code should work.
Currently Im having this error

import RichTextEditor from 'react-rte';
...
<RichTextEditor
toolbarConfig={toolbarConfig}
value={value}
onChange={handleChange}
/>Metadata
Metadata
Assignees
Labels
No labels