-
Notifications
You must be signed in to change notification settings - Fork 541
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
build fails after adding charting library per README.md #151
Comments
Found this: #95 added to .eslintignore added /* eslint-disable no-unused-expressions */ to front of charting_library.esm.js User interface loads but chart is not working correctly, displays no data. |
Did you resolve this? Same issue |
no I did not. i havent had time to revisit it. if u make progress let me know please.
try https://github.com/raydium-io/raydium-dex
i could get that to run.
Sent from my iphone with brevity and spelling errors.
On Jun 3, 2022, at 11:43 AM, nice-chute ***@***.***> wrote:
Did you resolve this? Same issue
—
Reply to this email directly, view it on GitHub<#151 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AADK7XOVEGG3G5HEPHEW3P3VNIYZZANCNFSM5RL6X3LA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
How did you get access to charting_library?? It won't build without it. I don't have buisness email. @nice-chute |
Failed to compile.
./src/charting_library/charting_library.esm.js
Line 1:1471: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:1886: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:2758: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:4390: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:7193: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:7273: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:7530: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:9044: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:12098: Expected an assignment or function call and instead saw an expression no-unused-expressions
Any ideas?
The text was updated successfully, but these errors were encountered: