mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
@@ -35,7 +35,7 @@ render() {
|
||||
// `domNode` is any valid DOM node, regardless of its location in the DOM.
|
||||
return ReactDOM.createPortal(
|
||||
this.props.children,
|
||||
domNode,
|
||||
domNode
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user