Skip to content

Commit 3f25a6d

Browse files
committed
fix: add ignore component
1 parent d37aaae commit 3f25a6d

File tree

1 file changed

+2
-0
lines changed
  • components/_util/static-style-extract

1 file changed

+2
-0
lines changed

components/_util/static-style-extract/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const blackList: string[] = [
1212
'Tooltip',
1313
'Tour',
1414
'SelectOptGroup',
15+
'Select',
1516
'SelectOption',
1617
'Dropdown',
1718
'Anchor',
@@ -27,6 +28,7 @@ const blackList: string[] = [
2728
'TableSummaryRow',
2829
'TableSummaryCell',
2930
'TreeNode',
31+
'TreeSelect',
3032
'TreeSelectNode',
3133
'TabPane',
3234
'CheckableTag',

0 commit comments

Comments
 (0)