Skip to content

Commit 060e7e5

Browse files
committed
Remove unwanted prop from initial implementation attempt
1 parent 2b2d441 commit 060e7e5

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)