segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
360 stars 185 forks source link

TS2869: Right operand of ?? is unreachable because the left operand is never nullish. #1004

Open stereodenis opened 4 days ago

stereodenis commented 4 days ago

Steps to reproduce tsc

Expected behavior no errors

Actual behavior TS2869: Right operand of ?? is unreachable because the left operand is never nullish. node_modules/@segment/analytics-react-native/src/analytics.ts:153

image