Skip to content

Commit 94aed1c

Browse files
committed
Remove unwanted prop from initial implementation attempt
1 parent fa563f6 commit 94aed1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ const createPortalNode = <C extends Component<any>>(
164164
interface InPortalProps {
165165
node: AnyPortalNode;
166166
children: React.ReactNode;
167-
keepMounted: boolean;
168167
}
169168

170169
class InPortal extends React.PureComponent<InPortalProps, { nodeProps: {} }> {

0 commit comments

Comments
 (0)