WithPerceptionTracking not fixing perception warnings on Stacks #3518
Replies: 2 comments 5 replies
-
Hi @lucianolang, there isn't enough information here to help. Can you please try creating a minimal project from scratch that demonstrates the behavior you are seeing and share that? |
Beta Was this translation helpful? Give feedback.
-
Hi @mbrandonw, thank you for your quick reply... I did what you suggested and know I'm even more confused as I have created a project with a similar structure to the one I have and found that tests successfully complete without the need for a single use of Perhaps if I could get some light as to why the issue is not being replicated in this project I could work out a solution to the problem in my original project... withPerceptionTrackingIssue.zip Thank you so much, |
Beta Was this translation helpful? Give feedback.
-
We've encountered a weird case in which wrapping a ForEach in a LazyVStack does not fix perception warnings
This code does not produce any warnings inside this view
However, including a LazyVStack breaks the tests:
Not sure what were missing here, would appreciate some help...
Xcode Version 16.1
Simulator iPhone 16 Pro iOS 18.0
Beta Was this translation helpful? Give feedback.
All reactions