@sledge-app/react-instant-search 1.0.100 → 1.0.102

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.
@@ -1138,6 +1138,11 @@ const SelectField = (props) => {
1138
1138
  ) });
1139
1139
  };
1140
1140
  const ProductGrid$1 = "";
1141
+ if (!Object.hasOwn) {
1142
+ Object.hasOwn = function(obj, prop) {
1143
+ return Object.prototype.hasOwnProperty.call(obj, prop);
1144
+ };
1145
+ }
1141
1146
  const addToCart = async (data) => {
1142
1147
  var _a, _b;
1143
1148
  let items = [];