Skip to content

Not working on JSX #450

@allestaire

Description

@allestaire

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
Screen Shot 2022-10-09 at 10 40 42 AM

import RichTextEditor from 'react-rte';

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions