-
Notifications
You must be signed in to change notification settings - Fork 415
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
Memory leak on page with many event dispatches #551
Comments
I think I tracked it down to this code in Lines 100 to 108 in 9b93251
Disabling this code will prevent the memory leak. |
Think this is a dupe of #534? It's fixed in v5 which is currently in beta. |
@philipwalton maybe we should consider a final v4 branch with this fix? |
Did you mean to say v4? |
Yes. For those that don’t want to upgrade to v5 (at least right away) for FID or older browser build reasons. Then again, not had many complaints about this and Adam’s example is an extreme example. |
The base branches for these are very different, so we wouldn't be able to just cherry-pick that commit into v4, but it would be simple enough add |
I'm having difficulty rolling |
Yeah I think that makes sense too. Raised #554 for that. Also super curious to hear about your v5 RC issues—ideally before we finalise that. |
Related DevTools bug: b/369633243
Expected
(result achieved by removing web-vitals code from the field above)
Actual
The text was updated successfully, but these errors were encountered: