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
Current master is emitting the following warning one or more times for many of the tests.
WARN: DEPRECATION: FetchAdapter is deprecated, it is no longer required for ember-data>=3.9.2 [deprecation id: deprecate-fetch-ember-data-support]
It's confusing to me that ember-data>=3.9.2 is mentioned, when we are still on ember-data=2.18.2. (#1990 has already been opened to upgrade ember-data, but that PR is failing)