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

2 lines
126 B
Plaintext

export default function collectSiblings(node: Element | null, refNode?: Element | null, selector?: string | null): Element[];