Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid calling functions emitted by observables (#132)
This fixes #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.
- Loading branch information