We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8ec0e commit 2511410Copy full SHA for 2511410
README.md
@@ -74,7 +74,7 @@ function CustomWidget = () => {
74
initPayload={"/get_started"}
75
socketUrl={"http://localhost:5500"}
76
socketPath={"/socket.io/"}
77
- customData: {"userId": "123"}, // arbitrary custom data. Stay minimal as this will be added to the socket
+ customData: {{"userId": "123"}}, // arbitrary custom data. Stay minimal as this will be added to the socket
78
title={"Title"}
79
inputTextFieldHint={"Type a message..."}
80
connectingText={"Waiting for server..."}
0 commit comments