Skip to content

Commit 6a65d2b

Browse files
committed
fix: update popupTransitionName
1 parent cddb513 commit 6a65d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeywordTrigger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const KeywordTrigger: FC<KeywordTriggerProps> = props => {
8888
popupVisible={visible}
8989
popup={dropdownElement}
9090
popupPlacement={dropdownPlacement}
91-
popupTransitionName={transitionName}
91+
popupMotion={{ motionName: transitionName }}
9292
builtinPlacements={BUILT_IN_PLACEMENTS}
9393
getPopupContainer={getPopupContainer}
9494
popupClassName={dropdownClassName}

0 commit comments

Comments
 (0)