pub fn with_no_hydration_context<F, R>(f: F) -> Rwhere
    F: FnOnce() -> R,
Expand description

Run the closure without a hydration context. If called within an hydration context, the old hydration context is restored when the closure returns.