Files
klz-cables.com/.pnpm-store/v10/files/a9/29386c0c83156962445e0811b064aaef523a256f6d337b0a37310315a4299d7dfb4414a9d41f53d5c0e0f70e95518dff377196dfa7ef94bbceacf57b783137
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

1 line
466 B
Plaintext

{"version":3,"sources":["../../../src/admin/elements/WithServerSideProps.ts"],"sourcesContent":["import type React from 'react'\n\nimport type { ServerProps } from '../../config/types.js'\n\nexport type WithServerSidePropsComponentProps = {\n [key: string]: any\n Component: React.ComponentType<any>\n serverOnlyProps: ServerProps\n}\n\nexport type WithServerSidePropsComponent = React.FC<WithServerSidePropsComponentProps>\n"],"names":[],"mappings":"AAUA,WAAsF"}