We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d70602 commit 905090cCopy full SHA for 905090c
2 files changed
src/UniqueProvider/MotionContent.tsx
src/UniqueProvider/index.tsx
@@ -14,7 +14,6 @@ import useTargetState from './useTargetState';
14
import { isDOM } from '@rc-component/util/lib/Dom/findDOMNode';
15
import FloatBg from './FloatBg';
16
import classNames from 'classnames';
17
-import MotionContent from './MotionContent';
18
import { getAlignPopupClassName } from '../util';
19
20
export interface UniqueProviderProps {
@@ -172,11 +171,7 @@ const UniqueProvider = ({ children }: UniqueProviderProps) => {
172
171
ref={setPopupRef}
173
portal={Portal}
174
prefixCls={prefixCls}
175
- popup={
176
- <MotionContent prefixCls={prefixCls} key={popupId}>
177
- {options.popup}
178
- </MotionContent>
179
- }
+ popup={options.popup}
180
className={classNames(
181
options.popupClassName,
182
alignedClassName,
0 commit comments