Jonas De Vrient
Jonas De Vrient
Also note that in both `boot` and `update` the "old" `window.intercomSettings` are spread into the new `window.intercomSettings`. So by removing the use of these global settings, we should introduce our...
Hi, thanks for the feature request. We could possibly integrate this, however, this would mean that we deviate from the "1on1" IntercomJS API mapping. (I'm aware that we deviated from...
> I have a global context that I bind events on the IntercomProvider to. > > ``` > onUnreadCountChange={setNotificationCount} > ``` I see, but this will result in being undefined...
Hi, thanks for creating this issue. Can you provide a reproduction?
Could you provide a codesandbox/stackblitz link with a small reproduction?
Feel free to re-open
Hi Samuel, That would be nice indeed! Would you mind picking this up and submit a PR?
Okay, commits should be squashed. `--updateSnapshot` flag should be removed from the `test` script
I'm keen to announce that I've released a **React Intercom integration** powered by hooks: https://github.com/devrnt/react-use-intercom **Features** * Hooks * Written in TypeScript * Documented, self explaining methods **Motivation** I've found...
@hatched-esther The `shutdown` is nothing more than removing the `window.Intercom` and `window.intercomSettings` object. Also make sure your Intercom related cookies are removed (this should have happened automatically when calling `IntercomAPI('shutdown')`....