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
CompetitionSuggestion.search() is currently returning an array of anonymous objects that don't implement state() nor any other functions on CompetitionSuggestion, It should return an array of CompetitionSuggestion. This requested behavior is the pattern elsewhere in the client lib.