File tree Expand file tree Collapse file tree 2 files changed +1
-44
lines changed Expand file tree Collapse file tree 2 files changed +1
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import useTargetState from './useTargetState';
14
14
import { isDOM } from '@rc-component/util/lib/Dom/findDOMNode' ;
15
15
import FloatBg from './FloatBg' ;
16
16
import classNames from 'classnames' ;
17
- import MotionContent from './MotionContent' ;
18
17
import { getAlignPopupClassName } from '../util' ;
19
18
20
19
export interface UniqueProviderProps {
@@ -172,11 +171,7 @@ const UniqueProvider = ({ children }: UniqueProviderProps) => {
172
171
ref = { setPopupRef }
173
172
portal = { Portal }
174
173
prefixCls = { prefixCls }
175
- popup = {
176
- < MotionContent prefixCls = { prefixCls } key = { popupId } >
177
- { options . popup }
178
- </ MotionContent >
179
- }
174
+ popup = { options . popup }
180
175
className = { classNames (
181
176
options . popupClassName ,
182
177
alignedClassName ,
You can’t perform that action at this time.
0 commit comments