renderIntoDocument function

  1. @JS('React.addons.TestUtils.renderIntoDocument')
dynamic renderIntoDocument(
  1. ReactElement? instance
)

Render a Component into a detached DOM node in the document.

Implementation

@JS('React.addons.TestUtils.renderIntoDocument')
external /* [1] */ renderIntoDocument(ReactElement? instance);