[X] 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.
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