render
deprecated@deprecated
Will be removed in v11.
Replacement Preact 10+ implementation can be found here: https://gist.github.com/developit/f4c67a2ede71dc2fab7f357f39cff28c
function render(vnode: ComponentChild, parent: ): void;
| Element
| Document
| ShadowRoot
| DocumentFragment
function render(
vnode: ComponentChild,
parent: ,
| Element
| Document
| ShadowRoot
| DocumentFragment
replaceNode?: Element | Text,
): void;