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
In our project, we are using Symbols for action types(to avoid actions overlapping).
And in this case RegExp approach for filtering is not working(Symbols hasn't match method, and it doesn't make sense in Symbols scope).
I think it makes sense to have the property which allows overwriting algorithm for filtering actions.
The text was updated successfully, but these errors were encountered:
In our project, we are using Symbols for action types(to avoid actions overlapping).
And in this case RegExp approach for filtering is not working(Symbols hasn't match method, and it doesn't make sense in Symbols scope).
I think it makes sense to have the property which allows overwriting algorithm for filtering actions.
The text was updated successfully, but these errors were encountered: