@jetbrains/ring-ui-built 6.0.76 → 6.0.77

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.
@@ -486,7 +486,9 @@ var List = /*#__PURE__*/function (_Component) {
486
486
  key: "shouldComponentUpdate",
487
487
  value: function shouldComponentUpdate(nextProps, nextState) {
488
488
  var _this2 = this;
489
- return nextProps !== this.props || Object.keys(nextState).some(function (key) {
489
+ return Object.keys(nextProps).some(function (key) {
490
+ return !Object.is(nextProps[key], _this2.props[key]);
491
+ }) || Object.keys(nextState).some(function (key) {
490
492
  return nextState[key] !== _this2.state[key];
491
493
  });
492
494
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui-built",
3
- "version": "6.0.76",
3
+ "version": "6.0.77",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",