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 f266745 commit d286deeCopy full SHA for d286dee
src/components/HelpMenu/chatController.ts
@@ -114,7 +114,7 @@ export const useChatController = (
114
// Store reference to the popup window
115
const popup = React.useRef<Window | null>(null);
116
117
- const { sendMessage, popupOrigin } = usePostMessageChannel(popup, path);
+ const { sendMessage } = usePostMessageChannel(popup, path);
118
119
/**
120
* Sends the pre-chat fields to the popup.
0 commit comments