-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use onBecomeUnobserved for ObservableMap._hasMap garbage collection #2032
Conversation
@mayorovp Please fix tests if you can. Also what about adding some additional tests to ensure we won't break in the future? And we will need to port this to |
@FredyC I don't know why |
I'll try to dive into it early next week. It might also be solvable without the atoms, if |
a48b5c7
to
f763ace
Compare
f763ace
to
152f283
Compare
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.
Alright, tests are passing, so I suppose should be safe to merge. However, I don't exactly understand what's happening here, so I will leave merging to someone else.
Looking good to me as well, merging! |
Released as 4.13.0 / 5.13.0 |
fixes #2031
Updated docs (either in the description of this PR as markdown, or as separate PR on thegh-pages
branch. Please refer to this PR). For new functionality, at least API.md should be updatedAdded typescript typingsnpm run perf
)