You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what this line was doing is setting the a variable "initialized" to true and the function trySendInitPayload checks if that variable is true it will not run, by removing that line the variable will not be set to true and the initPayload will run
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've encountered an issue and couldn't find a way to resolve it
If you pass the parameter tooltipPayload, the initPayload parameter will not trigger
I've been trying to find a workaround for this issue but I've been unable to find one
Is there a way to use the onChatOpen function to emit a message to socket to trigger the initPyaload ?
The text was updated successfully, but these errors were encountered: