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
{{ message }}
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
In Chainable API example I saw this:
Therefore I tested to just use the collection without the chain() method. It seems that it worked well. I ran this in the console:
and it returns
['Ida', 'Rob']
.I'm wondering why? It seems that the chain() method is not necessary? Thanks!
The text was updated successfully, but these errors were encountered: