-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Spec version warnings #767
Comments
There are also source map warnings for each of the libraries:
which can be fixed by using the full path: <script src="https://cdn.jsdelivr.net/npm/vega@5.20.2/build/vega.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.1.1/build/vega-lite.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.18.2/build/vega-embed.min.js"></script> |
Just want to add that the warnings are there even if the versions are exactly the same:
|
Hmm, we get a crash in |
This seems to be a bug in the bundler and not Vega-Embed. See npm/node-semver#381 |
🚀 Issue was released in |
Thanks @domoritz, that fixed it! |
Hi, when running the HTML from the Vega-Lite tutorial, vega-embed shows two warnings about the spec version.
It shows the same warnings with the latest version of vega-embed (6.19.1). Since everything is v5, it seems like there probably shouldn't be any warnings.
The text was updated successfully, but these errors were encountered: