mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
@@ -30,7 +30,7 @@ React.addons.TestUtils.Simulate.keyDown(node, {key: "Enter"});
|
|||||||
### renderIntoDocument
|
### renderIntoDocument
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
ReactComponent renderIntoDocument(ReactComponent instance)
|
ReactComponent renderIntoDocument(ReactElement instance)
|
||||||
```
|
```
|
||||||
|
|
||||||
Render a component into a detached DOM node in the document. **This function requires a DOM.**
|
Render a component into a detached DOM node in the document. **This function requires a DOM.**
|
||||||
|
|||||||
Reference in New Issue
Block a user