Files
klz-cables.com/.pnpm-store/v10/files/d5/bffc2c084bedd578a7ce883a634794959f305c47f3a3257bb31647930418c0c5035e5b6d981152ce2106be3aa89e32afea5330ad0824bd6cf015bf21ac8343
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

17 lines
429 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _superPropBase;
var _getPrototypeOf = require("./getPrototypeOf.js");
function _superPropBase(object, property) {
while (!Object.prototype.hasOwnProperty.call(object, property)) {
object = (0, _getPrototypeOf.default)(object);
if (object === null) break;
}
return object;
}
//# sourceMappingURL=superPropBase.js.map