(
parent: RElement | null,
oldChild: RNode,
isHostElement?: boolean,
requireSynchronousElementRemoval?: boolean,
)
| 46 | insertBefore(parent: RNode, newChild: RNode, refChild: RNode | null, isMove?: boolean): void; |
| 47 | // TODO(thePunderWoman): remove the requireSynchronousElementRemoval flag once the animations package has been deleted after v23. |
| 48 | removeChild( |
| 49 | parent: RElement | null, |
| 50 | oldChild: RNode, |
| 51 | isHostElement?: boolean, |
no outgoing calls
no test coverage detected