Skip to content

Commit 48e70fd

Browse files
committed
chore: lint
1 parent b2341f1 commit 48e70fd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/UniqueProvider/FloatBg.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { CSSMotionProps } from '@rc-component/motion';
66

77
export interface FloatBgProps {
88
prefixCls: string; // ${prefixCls}-float-bg
9-
popupEle: HTMLElement;
109
isMobile: boolean;
1110
ready: boolean;
1211
open: boolean;
@@ -22,7 +21,6 @@ export interface FloatBgProps {
2221
const FloatBg = (props: FloatBgProps) => {
2322
const {
2423
prefixCls,
25-
popupEle,
2624
isMobile,
2725
ready,
2826
open,

src/UniqueProvider/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ const UniqueProvider = ({ children }: UniqueProviderProps) => {
177177
>
178178
<FloatBg
179179
prefixCls={prefixCls}
180-
popupEle={popupEle}
181180
isMobile={false}
182181
ready={ready}
183182
open={open}

0 commit comments

Comments
 (0)