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
Breaking changes to Triggers.Props Methods. All filterChanged() methods now return List, instead of Set. This is because List has wider use cases, it can not only be used in a where condition, but can also be used in an iteration.