-
I was experimenting with this library and a weird behaviour I got was that running through a very simple dummy steps flow (with 2 steps) caused an exception being thrown after the second step's red highlight circle was clicked. My app can sometimes remove elements instantly and seems like it was either it removing the element which the step was referencing or something with the ref tooltip container being removed somehow. Unfortunately I was not able to reproduce the issue in a clean codesandbox yet so I wanted to ask if anyone has encountered anything similar and what might be causing this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I found the issue, it seems this is caused by preact. |
Beta Was this translation helpful? Give feedback.
I think I found the issue, it seems this is caused by preact.