Jon Duenas

Results 5 comments of Jon Duenas

Adding another example to this, I made an array of closures formatted like this: ```swift let predicates: [(SearchToken, SearchToken) -> Bool] = [ { $0.searchText.starts(with: search) && !$1.searchText.starts(with: search) },...

Hi, we're still encountering this crash as well. Looks like over 100 crashes in production over the past 90 days. Are there any updates on a solution? Thanks!

Any updates on this? This is a particularly annoying issue for my team. We like the rule and don’t want to disable it entirely, but having to mark our Views...

Any updates on this? Encountering this myself now.

I honestly have no idea. I've just been using the API to build an app and was manually testing showing different forms and just happened to notice the issue with...