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
I tried it in a new incognito browser and the anonymousId() method is now returning a string. It looks like the behavior above is state dependent.
FWIW - I had previously tried to call alias. Perhaps that triggered the code path that resulted in the state above?
The anonymousId method of User
analytics-next/packages/browser/src/core/user/index.ts
Line 432 in 40745ff
has a return type of ID (
type ID = string | null | undefined
),but is returning the following object instead
The text was updated successfully, but these errors were encountered: