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
{{ message }}
This repository was archived by the owner on Jul 8, 2021. It is now read-only.
Hi Austin
I found that comparing ofAction vs ofType when passing more than one type gives two different result.
For instance having ofType('type1', 'type2') will work when both actions are invoke so uses the AND operator, however ofAction(type1, type2) works when any of those actions are invoked using the OR operator.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Austin
I found that comparing ofAction vs ofType when passing more than one type gives two different result.
For instance having ofType('type1', 'type2') will work when both actions are invoke so uses the AND operator, however ofAction(type1, type2) works when any of those actions are invoked using the OR operator.
The text was updated successfully, but these errors were encountered: