-
-
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
react vega leaks memory #383
Labels
Comments
The fix should be pretty straightforward. Instead of calling finalize on the view, we should call it on the result from Vega-Embed. We do this in https://github.com/vega/svelte-vega now. It would be awesome if you could send a pull request. |
Happy to take a stab at a fix, and thanks for the pointer to svelte-vega. |
This was referenced Aug 6, 2021
published |
Thank you @kristw! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
react-vega/packages/react-vega/src/VegaEmbed.tsx
Line 139 in 64502df
The text was updated successfully, but these errors were encountered: