Browse Source

Remove comma from the portal snippet example (#2852)

main
Ruphaa Ganesh 5 years ago
committed by GitHub
parent
commit
7e4f503d86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/portals.md

2
content/docs/portals.md

@ -97,7 +97,7 @@ class Modal extends React.Component {
render() {
return ReactDOM.createPortal(
this.props.children,
this.el,
this.el
);
}
}

Loading…
Cancel
Save