Replies: 2 comments 1 reply
-
| 
         Hey! There should be no issues with inspecting views like that. Traditionally there should be an   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         But a lot of time, you don't know, or it's hard to know what  ExampleView {
    if a {
         Text("Hello World!")
           .background {...}
           ..
    }
    else {
         ...
   }
}Then you would need to do   | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any future intention to add the ability to inspect generic view types? Views like these are used heavily in our code for reusability and we cannot inspect them at the moment.
Beta Was this translation helpful? Give feedback.
All reactions