Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed Nov 29, 2023
1 parent 667aa1e commit 2bdcaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/frontend/src/pages/RemoteCursorOverlay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function RemoteCursorsOverlayPage() {
withYHistory(
withCursors(
withYjs(createEditor(), sharedType, { autoConnect: false }),
provider.awareness,
provider.awareness!,
{
data: randomCursorData(),
}
Expand Down

0 comments on commit 2bdcaaa

Please sign in to comment.