amplitude / amplitude/Amplitude-TypeScript
[Unified SDK] TypeError: Identify is not a constructor
- Ngôn ngữ chính
- TypeScript
- Star
- 180
- Fork
- 68
- Merge trung bình
- 3 ngày 1 giờ
- Pull request đã merge (30 ngày)
- 29
Mô tả
#
## Expected Behavior
`Identify` class should be available for _identify_ event
## Current Behavior
when I use `new Identify().set`, as the documentation suggests, I'm getting an error that the class isn't a constructor. as a workaround, I imported `Identify` from `'amplitude/analytics-core'`, but I guess this is not the correct way
## Possible Solution
inside index.d.ts file, export the mentioned class (like in index.d.ts from analytics-browser)
## Steps to Reproduce
1.

2.

3.

## Environment
- JS SDK Version: 1.0.0-beta.2
- Installation Method: npm
- Browser and Version: Chrome 137
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.