mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +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 }) => (
|
||||
<Cursor
|
||||
key={connectionId}
|
||||
// @ts-ignore
|
||||
x={presence.cursor.x}
|
||||
// @ts-ignore
|
||||
y={presence.cursor.y}
|
||||
/>
|
||||
))}
|
||||
|
|
Loading…
Reference in a new issue