START TRANSACTION;
INSERT INTO one (id, value) VALUES (1, 'test');
INSERT INTO two (id, value) VALUES (1, 'test');
COMMIT;
let parentEl = document.querySelector('#parent'), childEl = document.querySelector('#child')
if(parentEl.clientHeight < childEl.clientHeight) {
childEl.style.cssText='background-color: yellow;'
}
const {data} = this.props
data.phones.value[position] = newValue
this.props.onSubmit(data)