investtools / extensible-duck

Modular and Extensible Redux Reducer Bundles (ducks-modular-redux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to call another type in another reducer?

ErickCodigo opened this issue · 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?