Open
Description
the imitate() docs in readMe , say :
"The following is an example where imitate() is important in Cycle.js applications. A parent component contains some child components. A child has an action stream which is given to the parent to define its state:"
which means that whenever a parent state depends on child actions , imitate should be used
but the circular dependency only happens when on top of the above the child actions are dependent on parent actions ?