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
Here with that code, doing something like try await sut.inspect().find(ViewType.VStack.self).callTask(id: UUID()) doesn't find any task modifier while with the following code it does
Hi!
I recently tried ViewInspector in one of my app, and faced a weird problem in which the order had an incident on discoverability of tasks modifier.
Here with that code, doing something like
try await sut.inspect().find(ViewType.VStack.self).callTask(id: UUID())
doesn't find any task modifier while with the following code it doesThe text was updated successfully, but these errors were encountered: