react-use-intercom icon indicating copy to clipboard operation
react-use-intercom copied to clipboard

hideDefaultLauncher not working for autoboot

Open Spence1115 opened this issue 7 months ago • 1 comments

Describe the bug We switched from using the native JS script.

Before

window.Intercom('boot', { hide_default_launcher: true })

Now

return <IntercomProvider
  autoBootProps={{
    hideDefaultLauncher: true
  }}
  autoBoot
>
...

Before, it did not show the launcher. Now it does. If I go to the console and run `window.Intercom('update', { hide_default_launcher: true }) it hides it, but it shouldn't be needed

Expected behavior Launcher should not show

Spence1115 avatar Jun 23 '25 08:06 Spence1115