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
When trying to watch a collection of data.candidates, the data object wasn't initialized yet and hence couldn't watch the collection. Even after data.candidates, it never showed the results.
When trying to watch a collection of
data.candidates, the data object wasn't initialized yet and hence couldn't watch the collection. Even afterdata.candidates, it never showed the results.