-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page is crashing during recording due to processing elements that are missed in current document #890
Comments
The issue can be fixed by changing validation of Chaging it from Please add your comments to this case. Happy to provide more details or make a PR. |
Thank you very much for the report. Your solution is correct. I didn't expect |
Thanks for the quick reply. |
@pavlogavryliuk No, it should be an element or null. |
That's ok, would you like to open a new issue and describe how to reproduce the bug? |
@Mark-Fenng new issue about this was created. |
Steps to reproduce:
Actual result: The page hangs, and within a few navigations, it crashes. rrweb exceptions are an observer in dev. console. Error happening due to processing element that doesn't exist in the document.
Expected result: The performance should not be impacted. Logic should better detect cases where an element doesn't exist in the document.
The text was updated successfully, but these errors were encountered: