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