Open devrnt opened 2 years ago
Also note that in both boot
and update
the "old" window.intercomSettings
are spread into the new window.intercomSettings
. So by removing the use of these global settings, we should introduce our own global settings reference
It seems like
window.intercomSettings
isn't used in SPAs, according to https://github.com/devrnt/react-use-intercom/pull/481#issuecomment-1148940938. This is confirmed by someone from Intercom. We should follow this up and check for updated documentation, so we can remove the usewindow.intercomSettings
uses in this codebase