Djulian
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 :)
Same here, rolling back to `6.6.2` fixed it for me.