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
Using the add-on in an app is producing the below deprecation warning. I believe this deprecation blocks the ability to upgrade to Ember 4.
DEPRECATION: Using `run.schedule` has been deprecated. Instead, import the value directly from @ember/runloop:
import { schedule } from '@ember/runloop';
These usages may be caused by an outdated ember-cli-babel dependency. Usages of the Ember Global may be caused by an outdated ember-cli-babel dependency. The following steps may help:
...
Not sure if there are other instances of deprecated usage, but this particular warning is traced to:
Using the add-on in an app is producing the below deprecation warning. I believe this deprecation blocks the ability to upgrade to Ember 4.
Not sure if there are other instances of deprecated usage, but this particular warning is traced to:
ember-parachute/addon/initializers/ember-parachute.js
Line 176 in 69137ff
Also noticed this usage:
ember-parachute/tests/dummy/app/routes/index.js
Line 14 in 69137ff
The text was updated successfully, but these errors were encountered: