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 b2341f1 commit 48e70fdCopy full SHA for 48e70fd
src/UniqueProvider/FloatBg.tsx
@@ -6,7 +6,6 @@ import type { CSSMotionProps } from '@rc-component/motion';
6
7
export interface FloatBgProps {
8
prefixCls: string; // ${prefixCls}-float-bg
9
- popupEle: HTMLElement;
10
isMobile: boolean;
11
ready: boolean;
12
open: boolean;
@@ -22,7 +21,6 @@ export interface FloatBgProps {
22
21
const FloatBg = (props: FloatBgProps) => {
23
const {
24
prefixCls,
25
- popupEle,
26
isMobile,
27
ready,
28
open,
src/UniqueProvider/index.tsx
@@ -177,7 +177,6 @@ const UniqueProvider = ({ children }: UniqueProviderProps) => {
177
>
178
<FloatBg
179
prefixCls={prefixCls}
180
- popupEle={popupEle}
181
isMobile={false}
182
ready={ready}
183
open={open}
0 commit comments