shineout 2.0.3-beta.2 → 2.0.3-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,6 +114,10 @@ function (_Component) {
114
114
  };
115
115
 
116
116
  _proto.componentDidUpdate = function componentDidUpdate(prevProps) {
117
+ if (this.props.visible) {
118
+ this.createContainer();
119
+ }
120
+
117
121
  if (this.props.trigger !== prevProps.trigger) {
118
122
  this.bindEvents();
119
123
  }
package/css/index.js CHANGED
@@ -220,6 +220,6 @@ exports.Upload = _Upload.default;
220
220
  // Created by scripts/src-index.js.
221
221
  var _default = {
222
222
  utils: utils,
223
- version: '2.0.3-beta.2'
223
+ version: '2.0.3-beta.3'
224
224
  };
225
225
  exports.default = _default;