You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use hydrate() many times with short live mobx-store objects. Therefor I want to clear any watchers. But there is a reaction into hydrate() function and I can't call dispatch function of this reaction. hydrate source code:
I want to use
hydrate()
many times with short live mobx-store objects. Therefor I want to clear any watchers. But there is a reaction intohydrate()
function and I can't call dispatch function of this reaction. hydrate source code:In MobX@6 reaction function returns dispose function. MobX docs says Always dispose of reactions.
The text was updated successfully, but these errors were encountered: