Upgrade babel to 6.4.0, fail gulp builds on webpack errors
This commit is contained in:
parent
47dd4f51cb
commit
d7c5d0f9cd
16 changed files with 36 additions and 33 deletions
|
@ -10,7 +10,7 @@ import { select } from '../actions/tab';
|
|||
class Connect extends Component {
|
||||
state = {
|
||||
showOptionals: false
|
||||
}
|
||||
};
|
||||
|
||||
handleSubmit = (e) => {
|
||||
e.preventDefault();
|
||||
|
@ -38,11 +38,11 @@ class Connect extends Component {
|
|||
dispatch(join(channels, address));
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
handleShowClick = () => {
|
||||
this.setState({ showOptionals: !this.state.showOptionals });
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
let optionals = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue