We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0126e7 commit 14be87bCopy full SHA for 14be87b
app/components/board-renderer/util.ts
@@ -37,6 +37,7 @@ export const convertLitUpHoldsStringToMap = (litUpHolds: string, board: BoardNam
37
return [holdId, { state: name, color, displayColor: displayColor || color }];
38
}),
39
);
40
+ //@ts-expect-error TODO: The warning state above is not compatible with statesmap, so we just expect error here, will deal with this later
41
frameMap[frameIndex] = frameHoldsMap; // Map each frame's holds
42
return frameMap;
43
},
0 commit comments