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.
2 parents 6810121 + 8acb35f commit 030d296Copy full SHA for 030d296
README.md
@@ -826,7 +826,7 @@ Sets a listener for listed events:
826
827
```javascript
828
useEffect(() => {
829
- const listener = Intercom.addEventListener('IntercomUnreadConversationCountDidChangeNotification', ({count}) => alert(count);
+ const listener = Intercom.addEventListener('IntercomUnreadConversationCountDidChangeNotification', ({count}) => alert(count));
830
return () => {
831
listener.remove();
832
}
0 commit comments