pub fn with_devtools(
    rdom: SafeDOM,
    root: fn() -> Element,
    mutations_notifier: Arc<Notify>,
    hovered_node: HoveredNode
) -> VirtualDom
Expand description

Run the [VirtualDom] with a sidepanel where the devtools are located.