Skip to content

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

@igillis-clara

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 [email protected]

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

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