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
I have typescript project.
When I try to use import CLSContext from 'zipkin-context-cls' it returns undefined
but require('zipkin-context-cls') works as expected