Export Get Undefined
a.ts:
export const xx = "123";
b.ts:
import { xx } from "a";
console.log(xx); // got undefined
This is usually caused by circular references
Be the first to know when I post cool stuff
Subscribe to get my latest posts by email.
Thanks for signing up! Check your email to confirm your subscription.
Whoops, we weren't able to process your signup.