Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: run.scheduleOnce import deprecation #797

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

knownasilya
Copy link
Contributor

Resolves this deprecation

deprecate.js:136 DEPRECATION: Using `run.scheduleOnce` has been deprecated. Instead, import the value directly from @ember/runloop:

  import { scheduleOnce } from '@ember/runloop'; [deprecation id: deprecated-run-loop-and-computed-dot-access]

Resolves this deprecation

```
deprecate.js:136 DEPRECATION: Using `run.scheduleOnce` has been deprecated. Instead, import the value directly from @ember/runloop:

  import { scheduleOnce } from '@ember/runloop'; [deprecation id: deprecated-run-loop-and-computed-dot-access]
```
@RobbieTheWagner
Copy link
Owner

Thanks for the PR!

@RobbieTheWagner RobbieTheWagner merged commit 048e647 into RobbieTheWagner:master Jun 9, 2021
@knownasilya knownasilya deleted the patch-1 branch June 9, 2021 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants