pub fn launch_cfg_with_props<P: Clone + 'static, M: 'static>( app: impl ComponentFunction<P, M>, props: P, contexts: Vec<Box<dyn Fn() -> Box<dyn Any> + Send + Sync>>, configs: Vec<Box<dyn Any>>, )