Question
Dynamic Chat not loading on React site
We're having an issue where dynamic chat isn't appearing when users navigate between pages on our react-built website. The chat does load when a user refreshes the page.
I've tried triggering this event on a history change, which fires on all pages, but it still doesn't appear
window.dispatchEvent(new Event('visibilitychange'))
What other options are available to force the chat to trigger?