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
These route hooks are annotated as accepting lists of Patterns. When given a list of Patterns, the selector evaluates whether activity.type or activity.text equals the list of Patterns, which is a comparison between a string and a list.
These route hooks are annotated as accepting lists of Patterns. When given a list of Patterns, the selector evaluates whether
activity.typeoractivity.textequals the list of Patterns, which is a comparison between a string and a list.