Hi,
I'm using nextjs and I have a page wich displays a chart using the library loadingio/loading-bar. Then I have a button to display an editor, where tiptap comes in, and that's when the problem appears. In isolation both libraries works fine, however when I have the chart already displayed and then I add the tiptap on that page the app brokes.
I have this simple demo where you can reproduce the problem by clicking on the button, which is a similar approach to what I have in my app.
https://codesandbox.io/s/tiptap-loadingio-fr4fj1
Thank you for your help.