Issue with Mixpanel Session Replay in React Application
Hello, I’m experiencing an issue with the Session Replay feature in Mixpanel. It doesn't seem to be working as expected, and I would appreciate some help. When i am trying to watch replay it doesnt replay session correctly, it shows me empty page in replay. Details of the issue: I have React application based on next stack: react, react-router-dom, mixpanel-browser@2.60, ant-design@5.16, styled-components and webpack. Here is my mixpanel config ``` ignore_dnt: true, disable_persistence: true, track_pageview: 'url-with-path-and-query-string', record_sessions_percent: 100, debug: true, verbose: true, ``` I have very weird behaviour when i am using Menu component from antd. i can replay session, but it shows me empty page. I copied events from console log and runs it with rrwebdebug .com, it replays session correctly. But mixpanel doesnt. You can find events here on json blob https://jsonblob.com/1344966654324563968. You can find session replay on rrwebdebug here https://rrwebdebug.com/play/index.html?url=https%3A%2F%2Fjsonblob.com%2F1344966654324563968&version=2.0.0-alpha.15&virtual-dom=on&play=on Thanks for any help!