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
- responsive snapshot detection threw NPE when cliConfig.snapshot was missing
or JSON-null; guard each layer before reading responsiveSnapshotCapture.
- getSerializedDOM treated a null jse return as a Map and ClassCastException'd
deep in the snapshot path. Detect non-Map results and raise a clear error
pointing at the @percy/dom load failure as the root cause.
- Pair every successful DOM.enable with DOM.disable in a finally block so the
CDP session doesn't keep emitting DOM events after closed-shadow capture.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments