ember-composable-helpers
ember-composable-helpers copied to clipboard
find-by deprecation with ember-data 4.7+
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.