-
Notifications
You must be signed in to change notification settings - Fork 7
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
Page stops working after adding import statement #210
Comments
Please update to the latest Vega-Lite and also see #90. Does that fix it? |
Thank you for your reply! My vega-lite is up-to-date and I was using rollup and copied the svelte-vega package's configuration code but still got the
error. |
That's a warning, not an error, no? |
This sounds like an issue with your build config and not this project. I am closing this issue but am happy to reopen if you think that's a mistake. |
Thanks for your help! |
Hi! I'm trying to set up a project using vega-lite. After installing the packages and modifying the
rollup.config.js
, I got this error ofUncaught TypeError: Cannot destructure property 'ANY' of 'require$$26' as it is undefined.
in my browser's console right after I add the line ofimport { VegaLite } from "svelte-vega";
. I also had warnings of Circular dependencies andthis has been rewritten to undefined
:I'm not sure what is happening and would really appeaciate any help or clarifications. Thanks in advance!
The text was updated successfully, but these errors were encountered: