Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on JSX #450

Open
allestaire opened this issue Oct 9, 2022 · 0 comments
Open

Not working on JSX #450

allestaire opened this issue Oct 9, 2022 · 0 comments

Comments

@allestaire
Copy link

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}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant