В
const { storeId, featuresFlags: { isOrderThrottlingEnabled } } = this.props.store.data
как мне перестраховаться можно, что бы не попадались в storeId undefined ? Пока data нет
Size: a a a
В
const { storeId, featuresFlags: { isOrderThrottlingEnabled } } = this.props.store.data
AM
const { storeId, featuresFlags: { isOrderThrottlingEnabled } } = this.props.store.data
АХ
ИС
АБ
ИС
const { storeId, featuresFlags: { isOrderThrottlingEnabled } } = this.props.store.data
ИС
В
АЗ
const { storeId, featuresFlags: { isOrderThrottlingEnabled } } = this.props.store.data
ИС
const { storeId = "", featuresFlags: { isOrderThrottlingEnabled = false } } = this.props.store.data
В
ИС
В
В
ИС
ei
const { storeId, featuresFlags: { isOrderThrottlingEnabled } } = this.props.store.data
ei
АБ
В
const { storeId = "", featuresFlags: { isOrderThrottlingEnabled = false } } = this.props.store.data
В