Summary of changes: The boot() method has 1 optional parameter (intercomData) but when called without any param, it will throw an error because we are checking app_id inside intercomData directly without checking the intercomData itself
Intended/example use case: Call .boot() method without any param will cause an error
Checklist:
[x] npm run build runs without error
[x] ng serve spawns app, Intercom messenger is visible and interactive, and there are no errors in the console
Summary of changes: The
boot()
method has 1 optional parameter (intercomData
) but when called without any param, it will throw an error because we are checkingapp_id
insideintercomData
directly without checking theintercomData
itselfIntended/example use case: Call
.boot()
method without any param will cause an errorChecklist:
npm run build
runs without errorng serve
spawns app, Intercom messenger is visible and interactive, and there are no errors in the consoleCloses issue: #