investtools/extensible-duck

How to call another type in another reducer?

Opened this issue · 0 comments

What happens is that I have two reducers:

  1. Deep
  2. Flow

Both are within the same namespace but in a different store.

How can I call Flow types from Deep?