Skip to content

Commit 369956d

Browse files
committed
fix: remove TypeScript error comments for Framer/React types
1 parent 9891bf5 commit 369956d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/rooms/game.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const Game = () => {
2121
axis="y"
2222
values={players}
2323
onReorder={() => void 0}
24-
// @ts-expect-error - invalid Framer/React 19 types
2524
className="flex flex-1 flex-col"
2625
>
2726
<AnimatePresence>
@@ -32,7 +31,6 @@ export const Game = () => {
3231
value={player}
3332
exit={{ opacity: 0, transition: { duration: 0.2 } }}
3433
drag={false}
35-
// @ts-expect-error - invalid Framer/React 19 types
3634
className="flex flex-1"
3735
>
3836
<PlayerTile player={player} />

0 commit comments

Comments
 (0)