I'm looking for a way to implement a `rememberNotN...
# compose
t
I'm looking for a way to implement a
rememberNotNull
function that doesn't recalculate its value when passed a null key. Can someone point me in the right direction?
I'm not sure I should be calling those internal functions, but we'll see if it works
d
That looks like state to me tbh. Maybe use mutableStateOf() somehow.