pub fn use_side_effect_with_deps<D>( deps: &D, callback: impl FnMut(&D) + 'static, )where D: 'static + Clone + PartialEq,