Ruphaa Ganesh
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/docs/portals.md
|
@ -97,7 +97,7 @@ class Modal extends React.Component { |
|
|
render() { |
|
|
render() { |
|
|
return ReactDOM.createPortal( |
|
|
return ReactDOM.createPortal( |
|
|
this.props.children, |
|
|
this.props.children, |
|
|
this.el, |
|
|
this.el |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|