-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found: Can't resolve '../../charting_library/charting_library.min' #198
Comments
What version of the library you use? |
Hello there, I am running in the same problem using the react-javascript example. I use the latest charting_library (commit hash 02b61a1). It does not contain a min version, and I tried without min as well. To get one step further you can put the
Are the examples compatible with latest library? |
I added #36 (comment) to the library js, now I see this error Any fixes here I might have overlooked? Any help or pointers is appreciated @timocov |
just try this import: and also add /* eslint-disable */ at the top of this file to the file from './charting_library/charting_library'; For me it works! |
Thanks for commenting! Which commit hash did you use for the charting_library, and are you running an otherwise unchanged copy of the react-javascript example? I did what you suggested, but it does not work for me and I am running into the error |
same problem here ! |
We're on the way to update all examples to use the latest version of charting_library, see #207. |
Fixed in #207 |
./src/components/TVChartContainer/index.tsx
Module not found: Can't resolve '../../charting_library/charting_library.min' in 'C:\Users\lz\Desktop\charting-library-examples-master\react-typescript\src\components\TVChartContainer'
The text was updated successfully, but these errors were encountered: