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 2b2d441 commit 060e7e5Copy full SHA for 060e7e5
src/index.tsx
@@ -164,7 +164,6 @@ const createPortalNode = <C extends Component<any>>(
164
interface InPortalProps {
165
node: AnyPortalNode;
166
children: React.ReactNode;
167
- keepMounted: boolean;
168
}
169
170
class InPortal extends React.PureComponent<InPortalProps, { nodeProps: {} }> {
0 commit comments