Skip to content

Error with default CSS activator on custom link (#Intercom) #353

Description

@igillis-clara

Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which do not conform to this template may be closed.

For feature requests please contact us at team@intercom.io

Version info

  • intercom-rails version: 1.0.1
  • Rails version: 7.1.3

Expected behavior

You can use the default CSS activator (class == "Intercom") with config.inbox.style = :custom as described in the documents without issue.

Actual behavior

If you do this and navigate between pages rapidly, you'll get the following error:

VM124 {app_id}:1 Uncaught TypeError: window[g] is not a function

window[g] seems to be the DOM element with id == 'Intercom'

Steps to reproduce

  1. Set config as follows:
 config.inbox.style = :custom
 config.hide_default_launcher = true
  1. Add a link somewhere with id="Intercom"
  2. Quickly navigate between pages in your app

Logs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions