You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this library, why did you @shiftyp give up its development? Have you found a better alternative?
Anyway, I'm having a problem now. I'm trying to subscribe to my appState.asObservable() observable, and I subscribe to it with mapPropStream from recompose from multiple components. The problem is that when my second component subscribes, the stream replays all the events that happened before the creation of the component.
What am I doing wrong here?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi @szantogab! Sorry for taking so long to respond. I wouldn't say I've given up on ReduRx development...I've just put it down for some time. I'll consider what's behind this behavior though, I had no idea this library had users! 💯
I really like this library, why did you @shiftyp give up its development? Have you found a better alternative?
Anyway, I'm having a problem now. I'm trying to subscribe to my appState.asObservable() observable, and I subscribe to it with mapPropStream from recompose from multiple components. The problem is that when my second component subscribes, the stream replays all the events that happened before the creation of the component.
What am I doing wrong here?
Thanks !
The text was updated successfully, but these errors were encountered: