Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hideDefaultLauncher not working for autoboot #815

@Spence1115

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

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