Skip to content

hideDefaultLauncher not working for autoboot #815

Description

@Spence1115

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

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions