State variable not storing object

Super complex topic which no one from ST cared to verify the intended behavior. I’ve posted lots of results on this.

  1. For parent child apps, state variable isn’t shared between them.
  2. When a child calls a parent function, the parent’s state variable isn’t a global context so it can’t be accessed from the function in the context of a child call. However the atomicState variable is a global context within the parent and be accessed by the parent function in the context of a child calling it.
1 Like