Hello. This is a question about providing a compos...
# compose
s
Hello. This is a question about providing a compose based API. If I write a plain
@Composable
function, is there a way to know if this function already has been added/memoized into the tree by the API client? Ideally I'd like to restrict the ability to add such a composable more than once, but my first question is if I can know such information.
z
Nope it’s not possible
gratitude thank you 1