lahmatiy/react-render-tracker

Infinite event loading - `Loading events (0%)...`

Closed this issue ยท 7 comments

svagi commented

Howdy ๐Ÿ‘‹

I have a Next.js app where I'm trying to use react-render-tracker like this (same results with inpage:true)

image

unfortunately the browser extension is stuck in infinite event loading despite the fact some pending events are already collected as shown on the screenshot bellow

image

Any idea what could be wrong? Thanks ahead.

It's hard to say what's wrong at the moment. Any errors in a console?

svagi commented

Unfortunately no errors in the console this time. :/

Did everything work well before 0.7.5?
Maybe you can provide a minimal case on which I can reproduce the problem?

svagi commented

I think it is somehow Next.js specific no matter the version.

Here it is ๐Ÿ‘‰ https://codesandbox.io/p/sandbox/silly-elion-my3g4q?file=%2Fpages%2Fglobals.css%3A6%2C14

@svagi Thank you for the repro!
I found that the issue is related to hydration. Going to fix

Fixed in 0.7.6

svagi commented

@lahmatiy Works, thanks for the fix! ๐Ÿ™Œ