From time to time I get: Uncaught (in promise) Error: ! at PdfHighlighter.init (react-pdf-highlighter.js?v=7deb8492:2123:13) Thrown here: ```typescript if (!this.containerNodeRef.current) { throw new Error("!"); } ``` Am I doing anything wrong?