@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.
|
@@ -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
|
-
}
|
|
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
|
+
"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": "
|
|
224
|
+
"gitHead": "1c49ce31ade25149226a43f65a68b67d40fd5ecd"
|
|
225
225
|
}
|