There is no example for this scenario, only with argument or with state access.
I need both, but never mind, I think I figure it out:
getModule: computed(
[(state, storeState) => storeState.first.items,
(state, storeState) => storeState.second.items
],
(rt, rm) =>
(data: ListQuery) =>
{
}
),
Ah, sorry I misunderstood your request.
Most helpful comment
There is no example for this scenario, only with argument or with state access.
I need both, but never mind, I think I figure it out: