Join Slack
Powered by
hey guys, is there a way to have a context receive...
# compose
f
FunkyMuse
05/19/2022, 1:24 PM
hey guys, is there a way to have a context receiver being a Composable function?
Copy code
context (Composable)
n
nschulzke
05/19/2022, 1:37 PM
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
FunkyMuse
05/19/2022, 4:16 PM
Operate on a composable
3
Views
Open in Slack
Previous
Next