hey guys, is there a way to have a context receive...
# compose
f
hey guys, is there a way to have a context receiver being a Composable function?
Copy code
context (Composable)
n
As in, you want to have your function only callable within a Composable, or you want to have your function operate on a Composable?
f
Operate on a composable