{t('faster_compiles_feedback_question')}
{['slower', 'same', 'faster'].map(feedback => (
))}
)
default:
return null
}
}
function FasterCompilesFeedback() {
const { showFasterCompilesFeedbackUI } = useCompileContext()
if (!showFasterCompilesFeedbackUI) {
return null
}
return