@jetbrains/ring-ui 4.2.3 → 4.2.4

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.
@@ -53,8 +53,8 @@ class SelectLazy {
53
53
  render(props) {
54
54
  this.reactSelect = (
55
55
  <RerenderableSelect
56
- ref={this.selectRef}
57
56
  {...Object.assign({}, this.props, props || {})}
57
+ ref={this.selectRef}
58
58
  />
59
59
  );
60
60
  this.props = this.reactSelect.props;
@@ -138,9 +138,9 @@ class SelectLazy {
138
138
  }
139
139
 
140
140
  render(props) {
141
- this.reactSelect = /*#__PURE__*/React.createElement(RerenderableSelect, _extends({
141
+ this.reactSelect = /*#__PURE__*/React.createElement(RerenderableSelect, _extends({}, Object.assign({}, this.props, props || {}), {
142
142
  ref: this.selectRef
143
- }, Object.assign({}, this.props, props || {})));
143
+ }));
144
144
  this.props = this.reactSelect.props;
145
145
 
146
146
  if (this.type !== 'dropdown') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -221,5 +221,5 @@
221
221
  "node": ">=7.4",
222
222
  "npm": ">=6.0.0"
223
223
  },
224
- "gitHead": "9d293b7a0089eab3fbadaffb55a1ede32367c2df"
224
+ "gitHead": "1c49ce31ade25149226a43f65a68b67d40fd5ecd"
225
225
  }