You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not always, but systematically, there is a loss of the target element and selector. At the same time, firstEntryWithTarget?.target == undefined and interactionTargetMap contains an element by interactionId, but firstEntry.interactionId differs from the one saved in interactionTargetMap and is always greater than it by 7
The text was updated successfully, but these errors were encountered:
How to reproduce
Not always, but systematically, there is a loss of the target element and selector. At the same time,
firstEntryWithTarget?.target == undefined
andinteractionTargetMap
contains an element byinteractionId
, butfirstEntry.interactionId
differs from the one saved ininteractionTargetMap
and is always greater than it by7
The text was updated successfully, but these errors were encountered: