We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2793656 commit 66287e1Copy full SHA for 66287e1
content/docs/portals.md
@@ -35,7 +35,7 @@ render() {
35
// `domNode` is any valid DOM node, regardless of its location in the DOM.
36
return ReactDOM.createPortal(
37
this.props.children,
38
- domNode,
+ domNode
39
);
40
}
41
```
0 commit comments