pub fn create_updater<R>( compute: impl Fn() -> R + 'static, on_change: impl Fn(R) + 'static, ) -> Rwhere R: 'static,
Use UpdaterEffect::new instead; this will be removed in a future release