Files
klz-cables.com/.pnpm-store/v10/files/8f/dee6767fc21d4aba373e8f76d3c6ae60c9c518fc67b9af9c283f3df2738067f9dcb04d01f3d7abb1b46778c3a816e9a4df88705bb1156661cfa4a4ce855ddd
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

7 lines
412 B
Plaintext

import { type ReactElement } from 'react';
/**
* Since Next.js 15.4, `React.isValidElement()` returns `false` for components that cross the server-client boundary.
* This utility expands on that check so that it returns true for valid React elements.
*/
export declare function isValidReactElement<P>(object: {} | null | undefined): object is ReactElement<P>;
//# sourceMappingURL=isValidReactElement.d.ts.map