y-codemirror.next uses the awareness 'cursor' field for text editor cursor positions. Our map cursor tracker was using the same field name, causing Invalid LatLng errors when the receiving participant tried to render a CodeMirror cursor object as map coordinates. Renamed to 'mapCursor' to avoid the collision. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| public | ||
| Dockerfile | ||
| package.json | ||
| react-router.config.ts | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||