-
Notifications
You must be signed in to change notification settings - Fork 768
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
ESLint errors: [react-javascript] 'define' is not defined no-undef/or no-unused-expressions #36
Comments
Your repo is not fork 🙂 But anyway - see my fixes in #38. I hope it should help you. Related to https://github.com/tradingview/charting_library/issues/3162 |
thanks, thats working now in commit a5a5e3f, where you copied charting_library/ directory When I copied charting_library/ directory in public/ directory then react shows this error message
and when I copied charting_library/ directory in src/ directory then react shows this error message Failed to compile.
|
You need to add this file ( |
It would be really helpful if this ESlint tip was in the readme for the demo react project; I had the same issue with getting the example project to work; if you follow the instructions as is I believe this error will always occur. I can make a PR if that would help. |
👍 feel free to make it. |
Geeting error please help someone Search for the keywords to learn more about each error. |
@Southbig only add |
I forked this repo and add one more page
https://github.com/arpitprod/charting-library-react
First open index page, Chart will show
then on Index page, click on 'AnotherPage' link and open another page
then click on 'GoToIndexPage' link and page will move to index page again
but chart will not show now
The text was updated successfully, but these errors were encountered: