intercom / intercom-rails

The easiest way to install Intercom in a Rails app.
https://developers.intercom.io/reference
MIT License
281 stars 108 forks source link

The Intercom launcher is not loading with Turbo #351

Closed arutinn closed 3 months ago

arutinn commented 4 months ago

Version info

Expected behavior

Loading intercom launcher.

Actual behavior

The intercom launcher is not loading when an application uses turbo to load pages (because turbo has different event names).

Steps to reproduce

  1. Setup Rails project with Turbo and Intercom
  2. Visit the page without Intercom launcher then go to page with Intercom launcher using the turbo
  3. The intercom launcher is missing (not loaded)
eugeneius commented 3 months ago

Hi @arutinn, thanks for the report - 1.0.1 was just released with a fix for this issue.