Bug Capture Replay
State diff
{% if diff_rows %}| Key | Status | Before | After |
|---|---|---|---|
{{ row.key }} |
{{ row.status }} | {{ row.before|default:"—" }} |
{{ row.after|default:"—" }} |
No top-level state keys captured.
{% endif %}Full state (side-by-side)
{{ state_before_json }}
{{ state_after_json }}
VDOM patches
{% if patch_rows %} {% for patch in patch_rows %}
#{{ patch.index }} {{ patch.op }}
path:
{{ patch.path }}
{{ patch.pretty }}
No VDOM patches captured for this transition.
{% endif %} {% if dom_preview %}