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
For support questions, please consider using Gitter - Chat
I'm submitting a ...
bug report
feature request
question about the decisions made in the repository
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
The Angulartics2 service has a replay subject, setUsername that takes the type { userId: string | number } | string. However, none of the providers accept this type. They all accept only string.
What is the expected behavior?
Types to match
What is the motivation / use case for changing the behavior?
Invalid user identifiers have been sent through to MixPanel.
For support questions, please consider using Gitter - Chat
I'm submitting a ...
bug report
feature request
question about the decisions made in the repository
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
The
Angulartics2
service has a replay subject,setUsername
that takes the type{ userId: string | number } | string
. However, none of the providers accept this type. They all accept onlystring
.Types to match
Invalid user identifiers have been sent through to MixPanel.
please run the following and copy the output
The text was updated successfully, but these errors were encountered: