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

4 lines
119 B
Plaintext

function _readOnlyError(r) {
throw new TypeError('"' + r + '" is read-only');
}
export { _readOnlyError as default };