-
Hey guys, I am trying to forward my events to a third party and so I need to use the insights onEvent prop. There is currently an issue when I try to use it because I keep getting duplicated view events "Hits Viewed". You can check the console and view the duplicated event when:
Am I doing something wrong or is this a bug? Here's a reproducible (I used app-router example) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can reproduce this indeed. In the builtin event implementation that's not an issue as the events are debounced (so the same event doesn't get triggered multiple times). You could also implement that in your custom implementation |
Beta Was this translation helpful? Give feedback.
I can reproduce this indeed. In the builtin event implementation that's not an issue as the events are debounced (so the same event doesn't get triggered multiple times). You could also implement that in your custom implementation