I have the Same Problem.
I solve it by using an observable.
toObservable(mySignalFromStore).subscribe(...)
I dont know If this is THE solution.