yjs / yjs-demos

A collection of demos for Yjs
https://demos.yjs.dev
The Unlicense
729 stars 120 forks source link

The CodeMirror6 example is not working #64

Closed lawvs closed 2 months ago

lawvs commented 2 months ago

The CodeMirror Example tries to connect to localhost which repeatedly fails.

Screenshot 2024-06-25 at 20 49 03

This issue was caused by https://github.com/yjs/yjs-demos/commit/054422ec75558477fcd48caae10231ec2383adc7 and I believe it was an accident.

https://github.com/yjs/yjs-demos/blob/f5530ef0804dff5ebd0dd4222565eb5b9dbc4c90/codemirror.next/codemirror.next.js#L29-L32

dmonad commented 2 months ago

Thanks!