-
-
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
IDerivationState.POSSIBLY_STALE + observableRequiresReaction = warning #2195
Comments
Weird ... IIRC |
Maybe it's something else |
It's not because of |
PR up |
published |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions. |
I don't have a minimal repro or test case yetMinimal repro:
The observableRequiresReaction is triggered when hitting the following code path:
https://github.com/mobxjs/mobx/blob/master/src/core/derivation.ts#L93-L109
Due to the
untrackedStart
callRelated #916
Possible fix:
Make untrackedStart/untrackedEnd to have own globalState flag?
The text was updated successfully, but these errors were encountered: