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
For bar to be available in the onSuccess hook, just like foo, because it's not async and there is no reason why it should not be available/complete.
Expected behaviour is for it to work, just as it works in the onBefore hook.
(FYI the reason I need it in the onEnter hook is because I'm relying on another global resolvable to create the new resolvable, which is only available in the onEnter hook.)