Skip to content

Commit 6b27101

Browse files
committed
chore: not support getPopupContainer
1 parent 17133cb commit 6b27101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniqueProvider/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const UniqueProvider = ({ children }: UniqueProviderProps) => {
173173
arrow={options.arrow}
174174
motion={options.popupMotion}
175175
maskMotion={options.maskMotion}
176-
getPopupContainer={options.getPopupContainer}
176+
// getPopupContainer={options.getPopupContainer}
177177
>
178178
<FloatBg
179179
prefixCls={prefixCls}

0 commit comments

Comments
 (0)