react-intercom
react-intercom copied to clipboard
A component to configure and enable Intercom in your react application
Hello there, I'm trying to use the module with Typescript and I just saw that there is a missing type for `IntercomAPI`. Is there any plan to add and export...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
2.0 Refresh
Hey Folks, This package hasn't gotten a ton of attention from me lately, but a number of issues have come up that needed to be addressed. I was able to...
[Question] I see in the code that `window.Intercom('shutdown')` is called in `componentWillReceiveProps()` and `componentWillUnmount()`, however the session seems to persist when leaving the website and coming back. I also tried...
When using directly window.Intercom and the user has a adblock active, user will not register on Intercom page. Any chance that anyone experiencing the issue using this React Intercom component?
It is not necessary to have react-intercom as a component since it doesn't render anything. Lets keep the component for the back compatibility but export it as a react hook...
When `ReactIntercom` props changes, `Intercom('update')` method gets called with new values. In `ReactIntercom` v1 update method is called in `componentWillReceiveProps` lifecycle method. https://github.com/nhagen/react-intercom/blob/master/src/index.js#L59 In `ReactIntercom` v2 update method is called...
The Intercom component throws the following warning: ``` react-dom.development.js:12449 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or...