<Dialog style={{ height: px(20), width: px(500) }} ref={(c) => { this._dialog = c }} title='' cancelable={true} bodyText={this.state.message} cancelCallback={() => { console.log('cancel') }} confirmCallback={this.toggleDeviceCallback} />