mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
Fix Build Errors
This commit is contained in:
parent
b1ab232900
commit
1410652f33
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@ const TestPage = () => {
|
||||||
.map(({ connectionId, presence }) => (
|
.map(({ connectionId, presence }) => (
|
||||||
<Cursor
|
<Cursor
|
||||||
key={connectionId}
|
key={connectionId}
|
||||||
|
// @ts-ignore
|
||||||
x={presence.cursor.x}
|
x={presence.cursor.x}
|
||||||
|
// @ts-ignore
|
||||||
y={presence.cursor.y}
|
y={presence.cursor.y}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in a new issue