render

fun render(    lithoView: LithoView? = null,     componentTree: ComponentTree? = null,     widthPx: Int? = null,     heightPx: Int? = null,     widthSpec: Int = DEFAULT_WIDTH_SPEC,     heightSpec: Int = DEFAULT_HEIGHT_SPEC,     componentFunction: ComponentScope.() -> Component?): TestLithoView

Sets the new root to render.