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
On a private codebase, we no longer see shadow DOM serialized into HTML for upload to Percy.
After adding Chrome 131 to our test suite, these elements never serialized.
After upgrading to Percy CLI 1.30.2-> 1.30.4 (in hopes it would address the issue), shadow DOM no longer serializes in Chrome 130 or 131.
The shadow root for our Web Components is open.
We're attempting to create a reproduction of this to support debugging, but wanted to open this ticket in case there are others in the Percy user community experiencing this issue.
However we can provide example before/after serialized HTML fragments:
Hey @mixonic thanks for reporting, we will be checking this. Please share a minimum reproducible unserialized HTML sample. Would be helpful in debugging.
On a private codebase, we no longer see shadow DOM serialized into HTML for upload to Percy.
1.30.2
->1.30.4
(in hopes it would address the issue), shadow DOM no longer serializes in Chrome 130 or 131.The shadow root for our Web Components is open.
We're attempting to create a reproduction of this to support debugging, but wanted to open this ticket in case there are others in the Percy user community experiencing this issue.
However we can provide example before/after serialized HTML fragments:
Before:
After Chrome 131 (or Percy
1.30.4
and Chrome 130):The text was updated successfully, but these errors were encountered: