|
@ -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.** |
|
|