Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
onStoreChange = () => {
this.setState(Store.getData());
}
componentWillMount() {
constructor(props) {
super(props);
this.state = Store.getData();
}
animateCloseButton = (event) => {