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
Hey @thyming, thanks for submitting this. We are planning a Typescript rework here shortly that should hopefully address a lot of these issues. I don't yet have a timeframe but it's definitely on our roadmap.
Software Version
7.3.1
Language Version
20.13.1
Operating System
OSX
What happened?
import { Tracker } from '@easypost/api'
;x instanceof Tracker
Uncaught TypeError: Right-hand side of 'instanceof' is not an object
What was expected?
Tracker
and i'm sure other types should be exported from the root of the package, excluded from the root level export, or exported only as a type.Sample Code
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: