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