is it safe to create a static `MutableState` outsi...
# compose
m
is it safe to create a static
MutableState
outside of any composition, then this state is shared among multiple compositions? Will this leak any Composition/Context?
a
It's safe. Usual guidelines around static/global state apply.