qbdchandresh009

Results 1 comments of qbdchandresh009

> Would exposing `ref` on `` help? > > ```js > ref={pdfHighlighter => { > // save instance > this.pdfHighlighter = pdfHighlighter; > }} > {...restProps} > />; > >...