Javascript – Property 'innerText' does not exist on type 'HTMLCollectionOf<Element>'
I am trying to excess the html element and want to replace the inner content:- Here is the code i am trying:- import { RichTextEditorComponent } from "@syncfusion/ej2-react-richtexteditor"; export const handleSignatureSelect = ( signature: string, editorRef: React.RefObject<RichTextEditorComponent> ) => {…