Export was not found in 'react-financial-charts' #614
Replies: 2 comments 2 replies
-
Looks like this is related to #606 and the open PR #611 if I'm not mistaken. Are there any workarounds in the meantime? |
Beta Was this translation helpful? Give feedback.
-
Yes, CRA, last year, I just ran: |
Beta Was this translation helpful? Give feedback.
-
Hello! Thank you for the work on this library.
I'm trying to get a basic example up and running locally but I'm running into some import errors. I created a typescript app with yarn and am using the exact code from the StockChart.tsx storybook component. Here are my imports:
and this is my tsconfig:
Here are the errors I'm getting:
I thought it had to do with changing the target in my tsconfig to es2019 or es6 but it doesn't look like that's the problem. Does anyone know how to resolve these errors in a create-react-app? Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions