-
When I run my jest test scripts I get this error: `TypeError: Cannot read property 'UNREAD_COUNT_CHANGE_NOTIFICATION' of undefined`
In reference to #16, the only way to fix it is to install the v1.…
-
NextJS project with jest / enzyme test that tests a template with react-intercom component on it gives this error:
```
TypeError: Cannot read property 'parentNode' of undefined
at node_modu…
-
Since last Monday I am getting the below error while building the app from the Android studio:
```
/Users/macm/Desktop/mobile-app/android/app/src/debug/AndroidManifest.xml:15:13-72 Error:
Attribu…
-
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?
-
For every react-intercom component, intercom iframe is mounted, even for the same appIDs
-
Hitting this error.
TypeError: Cannot read property 'pushListener' of undefined
at ExNavigationAndroidBackButtonBehavior.enable (node_modules\@exponent\ex-navigation\src\ExNavigation…
-
Hello, the plugin currently automatically asks for notification permission when the app is opened, can we add this to a config?
This is my current config, can we add one here like `disableNotificat…
-
Hello, I've encountered an error while building the android application in react-native. I got this error:
```> Task :react-native-abbyy-mobile-capture:compileDebugJavaWithJavac FAILED
Deprecated …
-
The Intercom web API has an 'onUnreadCountChange' call: https://developers.intercom.com/installing-intercom/web/methods/#intercomonunreadcountchange
This call is also implemented on the React Nat…
-
**Is your feature request related to a problem? Please describe.**
For web, you have the `jest-launchdarkly-mock` package (that doesn't support react native) where you can mock LD and run you tests.
…