Fix Build Errors

This commit is contained in:
Ahmad 2024-03-08 23:05:43 -05:00
parent b1ab232900
commit 1410652f33
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -27,7 +27,9 @@ const TestPage = () => {
.map(({ connectionId, presence }) => (
<Cursor
key={connectionId}
// @ts-ignore
x={presence.cursor.x}
// @ts-ignore
y={presence.cursor.y}
/>
))}