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
This is a breaking change and I would wait a bit before we do this to settle the current unreleased changes.
We should rename the current find* methods to filter* because in JavaScript find methods are expected to return the single element and our implementation if the method is inconsistent. We should implement find* to return first matching item.
This is a breaking change and I would wait a bit before we do this to settle the current unreleased changes.
We should rename the current
find*
methods tofilter*
because in JavaScriptfind
methods are expected to return the single element and our implementation if the method is inconsistent. We should implementfind*
to return first matching item.Take the following example:
The text was updated successfully, but these errors were encountered: