Dynamic Chat not loading on React site | Community
Skip to main content
Level 2
February 23, 2023
Question

Dynamic Chat not loading on React site

  • February 23, 2023
  • 1 reply
  • 1533 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
February 23, 2023

Can you link to an example page please?