Skip to content

3.1.7

Compare
Choose a tag to compare
@e-oz e-oz released this 19 Jul 17:31
· 40 commits to main since this release

effect() helper will now resubscribe on errors, so if you forgot to catch an error - it's not an issue anymore.
Also, if a value, passed to the effect, is an Observable, and this observable throws an error, the observable will be resubscribed automatically.