-
Visualising is always helpful. Expected Behaviour Actual Behaviour Debug Information
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The error is self-explanatory, WebSocket implementation is missing, you aren't running the client in the browser. Please consult the "Client usage in Node" recipe and provide the Or alternatively, if you're using SSR, see #215 (comment). |
Beta Was this translation helpful? Give feedback.
The error is self-explanatory, WebSocket implementation is missing, you aren't running the client in the browser. Please consult the "Client usage in Node" recipe and provide the
webSocketImpl
argument.Or alternatively, if you're using SSR, see #215 (comment).