Can AtataNavigator help us get rid of AtataContext.Current? #502
|
In our // myContext is an AtataContext carried in our custom context object.
AtataContext.Current = myContext;
Go.To<TPage>();Is the new myContext.Go.To<TPage>();Thank you! |
Answered by
YevgeniyShunevych
Jun 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right @Piedone, it should be this way. But unfortunately, it doesn't work right now because of #504. Let me make a fix release of Atata v1.11.1 tomorrow.