From 1d22a53b526ba30103a590bb91f22860ac127780 Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Wed, 6 Dec 2017 17:25:06 -0800 Subject: [PATCH] Upgrade to 1.9.1 Reviewed By: vjeux Differential Revision: D6497877 fbshipit-source-id: 3b88b96e375ddf1fbe039a0593569bbdde40a2dc --- js/CheckBoxExample.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/CheckBoxExample.js b/js/CheckBoxExample.js index 9e7b8f5db..42e689180 100644 --- a/js/CheckBoxExample.js +++ b/js/CheckBoxExample.js @@ -75,13 +75,15 @@ class EventCheckBoxExample extends React.Component<{}, $FlowFixMeState> { - this.setState({eventCheckBoxRegressionIsOn: value})} + this.setState({eventCheckBoxRegressionIsOn: value}) + } style={{marginBottom: 10}} value={this.state.eventCheckBoxRegressionIsOn} /> - this.setState({eventCheckBoxRegressionIsOn: value})} + this.setState({eventCheckBoxRegressionIsOn: value}) + } style={{marginBottom: 10}} value={this.state.eventCheckBoxRegressionIsOn} />