добрый день есть обьект вида
{
"id": 6,
"leadcreatedate": "0001-01-01T00:00:00Z",
"leadmodifydate": "0001-01-01T00:00:00Z",
"utm": {
"uid": {
"Int64": 1,
"Valid": true
},
"domainsource": {
"String": "http://site.ru",
"Valid": true
},
"urlsource": {
"String": "http://site.ru",
"Valid": true
}
}
}
В stateStore я вижу все данные все отлично записывается но не могу прочитать вложенный обьект UTM
this.props.test.utm - в консоль выводит обьект с данными
this.props.test.utm.uid - TypeError: Cannot read property 'uid' of undefined
Что я делаю не так?