Rich text box rendering twice as I'm rendering it once

Viewed 21

I use froala WYSIWYG react to render Rich text box. While I rendering it it renders twice

**

<FroalaEditor tag="textarea" /> This is the only line I'm using. i'm using froala WYSIWYG react to render rich text box My imports are ```

import "froala-editor/css/froala_style.min.css";

import "froala-editor/css/froala_editor.pkgd.min.css";

import "froala-editor/js/plugins.pkgd.min.js";

import FroalaEditor from "react-froala-wysiwyg";



**
0 Answers
Related