-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help using inspection #187
Comments
Hey, you cannot host views asynchronously and nest |
Hello, |
Ok, depending on the state management between the parent and child views there could be two variations, where you either will or will not have access to updated child view state from inside the parent's If your child views require async inspection and personal view hosting (for If your child views do use Either way: nested inspections or multiple view hostings within a single test are not guaranteed to work. |
Hi, |
Hi,
I have a view with environmentObject, inside this view there is another view with another environmentObject. Ho can I inspect this view?
This is the solution that I thought, but the compiler don't enter inside the second inspection.
Thanks!
The text was updated successfully, but these errors were encountered: