nhagen/react-intercom

Beware the uppercase “D” in “appID”(it’s not “appId”)

Closed this issue · 0 comments

Perhaps just an issue for me… but I just wasted too much time trying to get this working… only to realize that this repo uses appID (with a uppercase "D") instead of camelCase appId (with a lowercase "d")

The fix:

- appId='my_app_id_here'
+ appID='my_app_id_here'

Thought I'd add an issue here incase someone else runs into the same problem.

Did you also have this issue? 🤪

If so, click the thumbs up below…