This fixes https://github.com/crimx/observable-hooks/issues/131 at least for the case of useObservableEagerState. Looking at the code, it seems reasonable to expect that useObservableState and possibly other hooks suffer from the same issue. Those fixes would be more involved, though.
This fixes https://github.com/crimx/observable-hooks/issues/131 at least for the case of
useObservableEagerState
. Looking at the code, it seems reasonable to expect thatuseObservableState
and possibly other hooks suffer from the same issue. Those fixes would be more involved, though.