@skippr/live-agent-sdk 0.76.0 → 0.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6063,6 +6063,7 @@ function LiveAgent(props) {
6063
6063
  const target = availableModules.find((m) => m.id === defaultAgentId);
6064
6064
  if (!target)
6065
6065
  return;
6066
+ setActiveModule(target);
6066
6067
  startSession({
6067
6068
  agentId: target.id,
6068
6069
  agentControls: target.controls,