You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for a bug report that matches the one I want to file, without success.
What package is this bug report for?
rrweb-snapshot
Version
v2.0.0-alpha.17
Expected Behavior
v2.0.0-alpha.17 should work like previous alpha versions when calling snapshot on an html document.
v2.0.0-alpha.16 works fine.
Actual Behavior
My setup consists of passing custom html string that is parsed via DomParser and then fed into snapshot e.g.
we should this playwright class method that previously working on older versions.
fadi-george
changed the title
[Bug]: snapshot error for Document made via DomParser
[Bug]: v2.0.0-alpha.17 snapshot error for Document made via DomParser
Oct 22, 2024
Preflight Checklist
What package is this bug report for?
rrweb-snapshot
Version
v2.0.0-alpha.17
Expected Behavior
v2.0.0-alpha.17 should work like previous alpha versions when calling snapshot on an html document.
v2.0.0-alpha.16 works fine.
Actual Behavior
My setup consists of passing custom html string that is parsed via DomParser and then fed into snapshot e.g.
we should this playwright class method that previously working on older versions.
Playwright 1.48.0 outputs an error:
Steps to Reproduce
Create a document via DomParser that parses an html string and feed to snapshot.
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: