In cases where you have a Component() which itself is in a Component(program) and a side effect happens in the inner component, the outer component will dispatch a message that is null.
So here we need make sure that we don't process null messages ValueSome null
In cases where you have a
Component()
which itself is in aComponent(program)
and a side effect happens in the inner component, the outer component will dispatch a message that is null.So here we need make sure that we don't process null messages
ValueSome null