renderIntoDocument

JSAny? renderIntoDocument(

  1. ReactElement element
)

Renders a React element into a detached DOM node (legacy API).

Returns the rendered component instance.

Note: Prefer render for new code as it returns a RenderResult with helpful query methods.

Implementation

JSAny? renderIntoDocument(ReactElement element) => _renderIntoDocument(element);