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
Browser: [all | Chrome XX | Firefox XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari ]
Other information
Getting this error:
rts/lib/index.js:1
export * from "@react-financial-charts/annotations";
^^^^^^
SyntaxError: Unexpected token 'export'
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1195:20)
at Module._compile (node:internal/modules/cjs/loader:1239:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)
at Module.load (node:internal/modules/cjs/loader:1133:32)
at Module._load (node:internal/modules/cjs/loader:972:12)
at Module.require (node:internal/modules/cjs/loader:1157:19)
at require (node:internal/modules/helpers:119:18)
I'm using Typescript 5.0.2 and react 18.2.0, node 19
Is this combination supported? Or should I use a different version?
The text was updated successfully, but these errors were encountered:
I'm submitting a...
What is the current behavior
cannot build, Unexpected token 'export'
What is the expected behavior
can build using example code
Please tell us about your environment
Other information
Getting this error:
rts/lib/index.js:1
export * from "@react-financial-charts/annotations";
^^^^^^
SyntaxError: Unexpected token 'export'
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1195:20)
at Module._compile (node:internal/modules/cjs/loader:1239:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)
at Module.load (node:internal/modules/cjs/loader:1133:32)
at Module._load (node:internal/modules/cjs/loader:972:12)
at Module.require (node:internal/modules/cjs/loader:1157:19)
at require (node:internal/modules/helpers:119:18)
I'm using Typescript 5.0.2 and react 18.2.0, node 19
Is this combination supported? Or should I use a different version?
The text was updated successfully, but these errors were encountered: