aloisdeniel / aloisdeniel/react-motion-waypoint
Use === instead of ==
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 3
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Example form the interpolate function:
```typescript
totalDelta == 0
```
Currently it's not a big issue, but it better to use **===** to ensure value and type are equal. TypeScript can't guarantee types at runtime and the library can be used by JavaScript developers too.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.