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
and enabled autocapture. But it broken one of our dropdown menu select and had to revert back to previous version. Essentially when a user clicked on a dropdown menu it would just freeze any interaction like JS thread was in an infinite loop. Does anyone else had this problem?
Possible Solution
downgrade to ^2.9.3
Steps to Reproduce
I haven't tried to reproduce it on a clean repo with just amplitude enabled as that's a lot of work. Just trying to understand if anyone else is having this issue. Can do further digging if needed.
Environment
SDK Version: mentioned above
Node version: v20.13.1
The text was updated successfully, but these errors were encountered:
@mjsilva - I see that the issue is marked closed. Were you able to resolve the issue? This shouldn't be happening so checking in to see if there's an issue with the SDK.
Expected Behavior
Not freeze and capture the interaction
Current Behavior
We recently upgraded from:
to
and enabled
autocapture
. But it broken one of our dropdown menu select and had to revert back to previous version. Essentially when a user clicked on a dropdown menu it would just freeze any interaction like JS thread was in an infinite loop. Does anyone else had this problem?Possible Solution
downgrade to ^2.9.3
Steps to Reproduce
I haven't tried to reproduce it on a clean repo with just amplitude enabled as that's a lot of work. Just trying to understand if anyone else is having this issue. Can do further digging if needed.
Environment
The text was updated successfully, but these errors were encountered: