Files
klz-cables.com/.pnpm-store/v10/files/10/24ef855e6d7cd7adcc9cc0ac77d856ab186d9fc89a4bc8b6a5a4eba29d71a872e31b791941a59d55a25556bf3633edcf51a82328578dae3a3918e86f04b5c4
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

9 lines
199 B
Plaintext

import { useLayoutEffect } from 'react';
var isClient = typeof document !== 'undefined';
var noop = function noop() {};
var index = isClient ? useLayoutEffect : noop;
export { index as default };