Hello there :) Environments : Astro or Vite, same symptom. The error: ``` Cannot read properties of undefined (reading 'WebsocketProvider') ``` Full live reproduction: https://codesandbox.io/p/sandbox/inspiring-danny-ryi6q5?file=%2Fsrc%2Fyjs.ts&selection=%5B%7B%22endColumn%22%3A33%2C%22endLineNumber%22%3A11%2C%22startColumn%22%3A33%2C%22startLineNumber%22%3A11%7D%5D The fix: ```ts // import { WebsocketProvider } from "y-websocket"; // HACK: Import from source directly import { WebsocketProvider } from "/node_modules/y-websocket/src/y-websocket.js"; ``` Cheers <sub><a href="https://huly.app/guest/w-githubdmonad-yjs-660d5772-70f06a0a22-d28cf5?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsaW5rSWQiOiI2NjBkNjQ2NDhjN2YzNTBiMTEyMTQyODAiLCJndWVzdCI6InRydWUiLCJlbWFpbCI6IiNndWVzdEBoYy5lbmdpbmVlcmluZyIsIndvcmtzcGFjZSI6InctZ2l0aHViZG1vbmFkLXlqcy02NjBkNTc3Mi03MGYwNmEwYTIyLWQyOGNmNSIsInByb2R1Y3RJZCI6IiJ9.LnmvtMMQjmXM1z5EmeYSCi7DIcpyT2nt3VocnVoe7H8">Huly®: <b>YJS-575</b></a></sub>
Hello there :)
Environments : Astro or Vite, same symptom.
The error:
Full live reproduction:
https://codesandbox.io/p/sandbox/inspiring-danny-ryi6q5?file=%2Fsrc%2Fyjs.ts&selection=%5B%7B%22endColumn%22%3A33%2C%22endLineNumber%22%3A11%2C%22startColumn%22%3A33%2C%22startLineNumber%22%3A11%7D%5D
The fix:
Cheers
Huly®: YJS-575