Skip to content

Commit 7308522

Browse files
committed
fix: ts error
1 parent 00709dc commit 7308522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PickerTrigger/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function PickerTrigger({
8989
popupPlacement={realPlacement}
9090
builtinPlacements={builtinPlacements}
9191
prefixCls={dropdownPrefixCls}
92-
popupTransitionName={transitionName}
92+
popupMotion={{ motionName: transitionName }}
9393
popup={popupElement}
9494
popupAlign={popupAlign}
9595
popupVisible={visible}

0 commit comments

Comments
 (0)