in src/ui/output/LogicOutput.js [36:48]
constructor(props) {
super(props);
const output = {
combinationIndex: 0,
};
this.state = {
output: output,
};
this.handleUpdateOutput = this.handleUpdateOutput.bind(this);
this.handleChangeCombination = this.handleChangeCombination.bind(this);
}