From 16b8babcbbb8287395fe9cfaf3e866b52d956cfa Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Fri, 30 May 2025 13:24:59 +0200
Subject: [PATCH] Disable handled react-compiler error

---
 compendium-frontend/src/survey/SurveyContainerComponent.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compendium-frontend/src/survey/SurveyContainerComponent.tsx b/compendium-frontend/src/survey/SurveyContainerComponent.tsx
index 96f17c7c..81b165e8 100644
--- a/compendium-frontend/src/survey/SurveyContainerComponent.tsx
+++ b/compendium-frontend/src/survey/SurveyContainerComponent.tsx
@@ -128,6 +128,7 @@ function SurveyContainerComponent({ loadFrom }) {
                 return json['message'];
             }
 
+            // eslint-disable-next-line react-compiler/react-compiler
             surveyModel.mode = json['mode'];
             surveyModel.lockedBy = json['locked_by'];
             surveyModel.status = json['status'];
-- 
GitLab