Post #1249921
2026-03-31 07:39 UTC
@kylebshr @mergesort A more resilient approach I like to use for components like this is to use Group(subviews:transform:) to resolve subview proxies, so you can check if the view is _actually_ empty (beyond just inspecting types).
Unsure if that’s something a macro could help with — seems less likely.
Replies (1)
-
@kylebshr@mastodon.social 2026-03-31 14:41
@willing @mergesort that’s nice if you can target 18+!