case DELETE_STRUCTURE_COUPLE:
return {
...state,
structure: objectPath.del(state.structure, action.level)
};
this.state.val1
вызывай что-то в духеthis.getVal1()
class MyComp extends React.Component {
...
getVal1() {
return this.state.val2 == 1;
}
}