Open 1um opened 5 years ago
When new userId/email provided, hook executes Intercom script, which appends a tag to head:
<script async src="https://widget.intercom.io/widget/APP_ID"></script>
After multiple changes, we have multiple lines:
<script async src="https://widget.intercom.io/widget/APP_ID"></script> <script async src="https://widget.intercom.io/widget/APP_ID"></script> <script async src="https://widget.intercom.io/widget/APP_ID"></script> ....
Not an issue, but previous <script> might need to be removed.
<script>
When new userId/email provided, hook executes Intercom script, which appends a tag to head:
After multiple changes, we have multiple lines:
Not an issue, but previous
<script>
might need to be removed.