From 51588f291cd82dc7819c04ea535f1fc12a8d113c Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 28 May 2026 14:59:39 +0200 Subject: [PATCH] Fix JSX ReferenceError: escape {{wordId}} literal in option text {{wordId}} in JSX is parsed as a JS expression trying to resolve the variable `wordId`. Wrap in a string expression so it renders as literal text. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/ContentCreation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ContentCreation.jsx b/src/pages/ContentCreation.jsx index 0fd24d2..56b67a3 100644 --- a/src/pages/ContentCreation.jsx +++ b/src/pages/ContentCreation.jsx @@ -411,7 +411,7 @@ function PairForm({ objectId, allObjects, onPairSaved }) { {matchingObjs.length > 0 ? (