// type Props = { error: Error | null }; export default function UserFacingErrorMessage(Props) { const { error } = Props; if (error == null) { return; } return