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! |
Beta Was this translation helpful? Give feedback.
Answered by
YevgeniyShunevych
Jun 6, 2021
Replies: 1 comment 3 replies
-
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. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
YevgeniyShunevych
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.