custom API should always receive the internal store as scope. they may be able to change the state. actions definition functions shouldn't receive that scope. they are only there to propagate actions to other stores.
custom API should always receive the internal store as scope.
they may be able to change the state.
actions definition functions shouldn't receive that scope.
they are only there to propagate actions to other stores.