Function: getAppRootElement()
Function: getAppRootElement()
function getAppRootElement(blueprint): HTMLElement;
Get the root element to render the React components.
Parameters
blueprint
IBlueprint
The blueprint.
Returns
HTMLElement
The root element to render the React components.
Throws
If the root container is not found.