<img width="454" alt="Screenshot 2022-12-09 at 3 22 53 AM" src="https://user-images.githubusercontent.com/61327021/206617170-d175c057-1eba-4449-b7e8-6ad636cacb26.png"> How do I get rid of this erros and also the controls does not quite work when working with maths. ` This is my code let editor = editorRef.current; editor = iink.register(editorRef.current, { recognitionParams: { type: 'MATH', protocol: 'WEBSOCKET', apiVersion: 'V4', server: { scheme: 'https', host: 'webdemoapi.myscript.com', applicationKey: '515131ab-35fa-411c-bb4d-3917e00faf60', hmacKey: '54b2ca8a-6752-469d-87dd-553bb450e9ad', }, iink: { math: { mimeTypes: [ 'application/x-latex', 'application/vnd.myscript.jiix', 'application/mathml+xml', ], }, export: { jiix: { strokes: true, }, }, }, }, }); `

How do I get rid of this erros and also the controls does not quite work when working with maths. ` This is my code let editor = editorRef.current;`