Is there a way to “disable” (as in “grey out and d...
# compose
j
Is there a way to “disable” (as in “grey out and don’t allow interaction with”) an entire UI subtree? I was thinking via a modifier at the root of the subtree or a CompositionLocal but I’m not aware of any.
w
I passed parameters down to the last composable using composition local basically my own state and then checked with that composition local if in preview , disable
🙏 1