Replies: 1 comment 1 reply
-
The first call into most ReactiveUI systems should register this the DefaultViewLocator It appears as the dependency isn't getting registered in your case. Are you using any custom dependency injection layers? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation is not really going into detail on how to resolve views when you are not using a Router, but from what I gathered this should? work because there is a Default ViewLocator in place.
Beta Was this translation helpful? Give feedback.
All reactions