react-instantsearch-core 7.7.3 → 7.8.0

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.
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '7.7.3';
7
+ var _default = '7.8.0';
8
8
  exports.default = _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "7.7.3";
1
+ declare const _default: "7.8.0";
2
2
  export default _default;
@@ -1 +1 @@
1
- export default '7.7.3';
1
+ export default '7.8.0';
@@ -7,7 +7,7 @@
7
7
 
8
8
  var React__default = 'default' in React ? React['default'] : React;
9
9
 
10
- var version = '7.7.3';
10
+ var version = '7.8.0';
11
11
 
12
12
  // Copyright Joyent, Inc. and other Node contributors.
13
13
  //
@@ -9904,7 +9904,7 @@
9904
9904
  _helper,
9905
9905
  _derivedHelper2;
9906
9906
  localWidgets.forEach(function (widget) {
9907
- if (widget.dispose) {
9907
+ if (widget.dispose && helper) {
9908
9908
  // The dispose function is always called once the instance is started
9909
9909
  // (it's an effect of `removeWidgets`). The index is initialized and
9910
9910
  // the Helper is available. We don't care about the return value of
@@ -12222,7 +12222,7 @@
12222
12222
  };
12223
12223
  }
12224
12224
 
12225
- var version$2 = '4.68.0';
12225
+ var version$2 = '4.68.1';
12226
12226
 
12227
12227
  function _typeof$k(obj) {
12228
12228
  "@babel/helpers - typeof";