Djulian

Results 3 comments of Djulian

Ugly workaround with nextjs but worked for me: ```javascript export default function Editor({ control, formValue }: EditorProps) { const [value, setValue] = useState(""); function imageHandler() { const input = document.createElement('input');...

Made a PR that fixed it for me if interested.

Found props **extendableBadgeCont** which solved my case! Thanks to the great people who maintains for such a good repo :)