Files
klz-cables.com/.pnpm-store/v10/files/40/eae4c7d58a3721ca57466c396b0837b6688e4d4aaf693ee516f839a417199100b7577f8e98161bc6ef532523b7af226ec014bedbbff00c42143c8e6ba646c7
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

18 lines
569 B
Plaintext

'use client';
import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import { components as SelectComponents } from 'react-select';
export const Input = props => {
return /*#__PURE__*/_jsx(React.Fragment, {
children: /*#__PURE__*/_jsx(SelectComponents.Input, {
...props,
/**
* Adding `aria-activedescendant` fixes hydration error
* source: https://github.com/JedWatson/react-select/issues/5459#issuecomment-1878037196
*/
"aria-activedescendant": undefined
})
});
};
//# sourceMappingURL=index.js.map