We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9891bf5 commit 369956dCopy full SHA for 369956d
src/features/rooms/game.tsx
@@ -21,7 +21,6 @@ export const Game = () => {
21
axis="y"
22
values={players}
23
onReorder={() => void 0}
24
- // @ts-expect-error - invalid Framer/React 19 types
25
className="flex flex-1 flex-col"
26
>
27
<AnimatePresence>
@@ -32,7 +31,6 @@ export const Game = () => {
32
31
value={player}
33
exit={{ opacity: 0, transition: { duration: 0.2 } }}
34
drag={false}
35
36
className="flex flex-1"
37
38
<PlayerTile player={player} />
0 commit comments