We have SaaS product built using React.
The issue is when the components gets re-rendered (it disappears and appears in just milliseconds, not visible in naked eye ofcourse) it breaks the product tour and it points to the top left corner and literally pointing to nothing.
What I think is happening is that, the component disappeared then since the Product tour couldn't find the element it will just point to the top left corner, but that's just in milliseconds.
Stopping the elements from re-rendering could be tough job for us but possible, so I'm asking if this is possible to fix or any workaround.