import { useTranslation, Trans } from 'react-i18next' import { Button } from 'react-bootstrap' import PdfLogEntry from './pdf-log-entry' import { useDetachCompileContext as useCompileContext } from '../../../shared/context/detach-compile-context' export default function StopOnFirstErrorPrompt() { const { t } = useTranslation() const { setStopOnFirstError, startCompile } = useCompileContext() return ( ]} />{' '} } level="info" /> ) }