empty click listener on root __next element
Unanswered
Polish posted this in #help-forum
PolishOP
Hi everyone,
I'm experiencing an issue, that on some pages I'm seeing an empty click listener attached to the root div element with id="__next". The handler is located in the
Is there a way to debug properly why and where this handler is coming from?
I tried to use
Any tips appreciated. Thanks in advance 🙂
I'm experiencing an issue, that on some pages I'm seeing an empty click listener attached to the root div element with id="__next". The handler is located in the
framework-xyz.js file.Is there a way to debug properly why and where this handler is coming from?
I tried to use
next build --no-mangling, to get an understandable build output. But i doesn't seem to have an effect. Any tips appreciated. Thanks in advance 🙂