valueStored: createLeaf(["./isStore", state], (isStore, { stack }) => {
        if (!isStore) {
          return null;
        }
        return stack[stack.length - 2];