pub fn ErrorBoundary( fallback: impl Fn(ErrorInfo) -> View + 'static, content: impl Fn() -> View + 'static, ) -> View