-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Using Reactive variables occurs a memory leak on the SSR #8387
Comments
I added discussion related this issue https://github.com/apollographql/apollo-client/discussions/8455 |
I also have the same issue. I upgraded apollo/client to 3.4.0-rc.20 but the issue still exists. |
Hi there! |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Intended outcome
Using
Reactive variables
on the SSR shouldn't create a memory leak.Actual outcome
Using
Reactive variables
on the SSR creates a memory leak when i follow the example.(https://www.apollographql.com/docs/react/local-state/managing-state-with-field-policies/#example)But if i try to access
Reactive variables
withuseReactiveVar
, the app doesn't create a memory leak.heapdump output
Versions
The text was updated successfully, but these errors were encountered: