react-instantsearch-core
Advanced tools
Comparing version 6.20.0 to 6.21.0
@@ -121,3 +121,3 @@ "use strict"; | ||
multiIndexContext: _this.props.indexContextValue | ||
}, _this.props, connectorDesc.getMetadata && connectorDesc.getMetadata.bind((0, _assertThisInitialized2.default)(_this))); | ||
}, _this.props, connectorDesc.getMetadata && connectorDesc.getMetadata.bind((0, _assertThisInitialized2.default)(_this)), connectorDesc.displayName); | ||
} | ||
@@ -124,0 +124,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.default = void 0; | ||
var _default = '6.20.0'; | ||
var _default = '6.21.0'; | ||
exports.default = _default; |
@@ -96,3 +96,3 @@ "use strict"; | ||
multiIndexContext: _this.state.indexContext | ||
}, _this.props, undefined); | ||
}, _this.props, undefined, Index.displayName); | ||
@@ -99,0 +99,0 @@ return _this; |
@@ -192,3 +192,3 @@ "use strict"; | ||
key: "onSearchParameters", | ||
value: function onSearchParameters(getSearchParameters, context, props, getMetadata) { | ||
value: function onSearchParameters(getSearchParameters, context, props, getMetadata, displayName) { | ||
if (this.props.onSearchParameters) { | ||
@@ -208,3 +208,4 @@ var _searchState = this.props.searchState ? this.props.searchState : {}; | ||
props: props, | ||
searchState: _searchState2 | ||
searchState: _searchState2, | ||
displayName: displayName | ||
}); | ||
@@ -211,0 +212,0 @@ } |
@@ -101,3 +101,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
multiIndexContext: _this.props.indexContextValue | ||
}, _this.props, connectorDesc.getMetadata && connectorDesc.getMetadata.bind(_assertThisInitialized(_this))); | ||
}, _this.props, connectorDesc.getMetadata && connectorDesc.getMetadata.bind(_assertThisInitialized(_this)), connectorDesc.displayName); | ||
} | ||
@@ -104,0 +104,0 @@ |
@@ -1,1 +0,1 @@ | ||
export default '6.20.0'; | ||
export default '6.21.0'; |
@@ -75,3 +75,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
multiIndexContext: _this.state.indexContext | ||
}, _this.props, undefined); | ||
}, _this.props, undefined, Index.displayName); | ||
@@ -78,0 +78,0 @@ return _this; |
@@ -169,3 +169,3 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
key: "onSearchParameters", | ||
value: function onSearchParameters(getSearchParameters, context, props, getMetadata) { | ||
value: function onSearchParameters(getSearchParameters, context, props, getMetadata, displayName) { | ||
if (this.props.onSearchParameters) { | ||
@@ -185,3 +185,4 @@ var _searchState = this.props.searchState ? this.props.searchState : {}; | ||
props: props, | ||
searchState: _searchState2 | ||
searchState: _searchState2, | ||
displayName: displayName | ||
}); | ||
@@ -188,0 +189,0 @@ } |
{ | ||
"name": "react-instantsearch-core", | ||
"version": "6.20.0", | ||
"version": "6.21.0", | ||
"description": "⚡ Lightning-fast search for React, by Algolia", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2235817
21051