react-awesome-modal
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -107,3 +107,3 @@ 'use strict'; | ||
'div', | ||
{ style: this.state.visible ? this.state.style.panel : this.state.style.panelHidden }, | ||
{ style: this.state.visible ? _extends({}, this.state.style.panel) : this.state.style.panelHidden }, | ||
this.props.children | ||
@@ -110,0 +110,0 @@ ), |
{ | ||
"name": "react-awesome-modal", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "This is a React Modal Component.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
17394