3.1.7
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.