-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Current Behaviour
Mixpanel uses the uuid package to generate a random deviceId. It relies on the default v4 import to exist. Newer versions of uuid do not have that import.
Suggested Solution
Use new way of importing v4.
import { v4 as uuid } from "uuid";Additonal Context
Original Error in my react native expo app.

File: /mixpanel-react-native/javascript/mixpanel-persistent.js
Implementation Details
@jaredmixpanel introduced using uuid in this commit.
Metadata
Metadata
Assignees
Labels
No labels