Files
divkit/test_data/unit_test_data/div-context/div-with-extension-handler.json
T
chris-benua 6f0185ae60 fixed ignoring state interceptor in producing error
fixed ignoring state interceptor in producing error
2022-12-07 13:07:52 +03:00

14 lines
198 B
JSON

{
"log_id": "logid",
"states": [{
"state_id": 0,
"div": {
"type": "text",
"text": "my_text",
"extensions": [{
"id": "sample_extension_id"
}]
}
}]
}