ember-composable-helpers icon indicating copy to clipboard operation
ember-composable-helpers copied to clipboard

find-by deprecation with ember-data 4.7+

Open vlascik opened this issue 2 years ago • 0 comments

There's a new deprecation in ember-data 4.7+ affecting (at least) find-by, but possibly more methods using @ember/array:

DEPRECATION: The `findBy` method on the class ManyArray is deprecated. Use the native array method `find` instead. [deprecation id: ember-data:deprecate-array-like] This will be removed in Ember 5.0.

vlascik avatar Oct 12 '22 06:10 vlascik