Skip to content
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

feat: add keepAlive to Computed #975

Closed
amondnet opened this issue Dec 19, 2023 · 0 comments · Fixed by #976
Closed

feat: add keepAlive to Computed #975

amondnet opened this issue Dec 19, 2023 · 0 comments · Fixed by #976
Assignees
Labels
enhancement New feature or request

Comments

@amondnet
Copy link
Collaborator

amondnet commented Dec 19, 2023

https://mobx.js.org/computeds.html#keepalive

This avoids suspending computed values when they are not being observed by anything (see the above explanation). Can potentially create memory leaks.

@amondnet amondnet self-assigned this Dec 19, 2023
@amondnet amondnet linked a pull request Dec 19, 2023 that will close this issue
7 tasks
@amondnet amondnet added the enhancement New feature or request label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant