-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix(finalize): call embed finalize instead of view #421
Conversation
✔️ Deploy Preview for react-vega ready! 🔨 Explore the source changes: 841d7b6 🔍 Inspect the deploy log: https://app.netlify.com/sites/react-vega/deploys/6120ec691023e300082a3712 😎 Browse the preview: https://deploy-preview-421--react-vega.netlify.app |
if (view) { | ||
action(view); | ||
if (this.resultPromise) { | ||
this.resultPromise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point, we should rewrite this to use a sync/await but that's out of scope for this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i tried to keep the diff to a minimum set of changes
@kristw can you review this? |
@kristw could you take a look and merge this? |
Fix for #383