marker-io / browser-sdk

Marker.io browser SDK
MIT License
8 stars 8 forks source link

Uncaught TypeError: Cannot read properties of null (reading 'tagName') #37

Closed MikePrus closed 4 months ago

MikePrus commented 4 months ago

GitHub Issue: https://github.com/marker-io/browser-sdk/issues/37

image

Issue Context

I have Vite+React TS app and use @tinymce/tinymce-react editor for creating content, I get this issue when I remove typed text in the editor.

I created a GitHub repo where this issue is reproduced, so have a look.

Will be great to fix this ASAP or maybe give me some feedback on how to handle this on my end.

olivierkaisin commented 4 months ago

We have released a fix early this week that solves this issue 🎉

Please let us know if it works for you!

MikePrus commented 4 months ago

@olivierkaisin thanks for the quick fix everything works well!