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

10 lines
729 B
Plaintext

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import{addClassNamesToElement as t}from"@lexical/utils";import{TextNode as e,$applyNodeReplacement as r}from"lexical";class n extends e{static getType(){return"hashtag"}static clone(t){return new n(t.__text,t.__key)}createDOM(e){const r=super.createDOM(e);return t(r,e.theme.hashtag),r}static importJSON(t){return a().updateFromJSON(t)}canInsertTextBefore(){return!1}isTextEntity(){return!0}}function a(t=""){return r(new n(t))}function c(t){return t instanceof n}export{a as $createHashtagNode,c as $isHashtagNode,n as HashtagNode};