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 99a9b47 commit 6602c01Copy full SHA for 6602c01
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