-
Notifications
You must be signed in to change notification settings - Fork 771
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
Property 'species' does not exist on type 'SymbolConstructor' #78
Comments
How TypeScript's code related to javascript example? It looks like problem of configuring your project. But you can try to fix your tsconfig file (add |
Now I started with a fresh clone.
I followed the steps in #36 and inserted PS: If you could update the examples with new create-react-app it will be usefull. I feel that, there are some breaking changes in react-scripts leading to incompatibility |
But the errors are in |
Yeah previously it was with d.ts. But now I started with fresh clone. Executed the steps as in the previous comment. |
You need to insert |
Describe the bug
The trading view chart is not compatible with [email protected]
Err occured while trying to run the reactjs-javascript example
To Reproduce
react-javascript example
Expected behavior
To integrate the cchart and make it work
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I exxamined the source code. the symbolConstructor is missing species
The text was updated successfully, but these errors were encountered: