master
ErrorPage
function ErrorPage(props) { const {error} = props; let {detailedMessage} = error; if (typeof detailedMessage === 'string') {