diff --git a/playground/knot/src/Editor/Diagnostics.tsx b/playground/knot/src/Editor/Diagnostics.tsx index 2a087c33edf99f..a8616c9bb00efb 100644 --- a/playground/knot/src/Editor/Diagnostics.tsx +++ b/playground/knot/src/Editor/Diagnostics.tsx @@ -62,9 +62,11 @@ function Items({ ); } + const uniqueIds: Map = new Map(); + return (