From 4d2cc1a9ec78715f42760c59bb7baf107e7fdf78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Mon, 27 Oct 2025 14:49:23 +0800 Subject: [PATCH] chore: fix script (#55496) --- scripts/build-style.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/build-style.tsx b/scripts/build-style.tsx index e39d2bbe7b..d42857c4bc 100644 --- a/scripts/build-style.tsx +++ b/scripts/build-style.tsx @@ -1,7 +1,6 @@ import path from 'path'; import React from 'react'; import { createCache, extractStyle as extStyle, StyleProvider } from '@ant-design/cssinjs'; -import Cascader from '@rc-component/cascader'; import fs from 'fs-extra'; import { renderToString } from 'react-dom/server'; @@ -23,8 +22,8 @@ const ComponentCustomizeRender: Record< BackTop: () => , Cascader: () => ( <> - - + + ), Dropdown: (Dropdown) => (