Files
klz-cables.com/.pnpm-store/v10/files/9d/dce1603c697f3e84f91ea2651f96ff4f554d060d78aac51bd9a3dd64ddb34166bbdf078a3cd29efbc5f8aa7a716d9a533ed7d0d2f0e36982087dbea08fb20e
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

13 lines
272 B
Plaintext

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var react = require('react');
var isClient = typeof document !== 'undefined';
var noop = function noop() {};
var index = isClient ? react.useLayoutEffect : noop;
exports["default"] = index;