question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deprecation warning still present in 4.0

See original GitHub issue

Hi there!

I just updated ember-router-scroll to ^4.0.0 in my app (Ember 3.16) and I am seeing the following warning in the console:

DEPRECATION: The use of Ember.Router in setupRouter is deprecated. Please use the router service.

I thought that v4.0 was supposed to address this? Am I missing something?

Thanks a lot for all the good work! 👍

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
gzurbachcommented, Jan 13, 2021

This issue was fixed in ember-app-scheduler@5.1.2 released a few hours ago. Uninstalling and reinstalling ember-router-scroll allowed npm to pickup the new version. Problem solved!

See https://github.com/ember-app-scheduler/ember-app-scheduler/pull/962

0reactions
rwwagner90commented, Jan 12, 2021

Seeing this issue as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecation warnings. · Issue #21 · mmistakes/jekyll-theme ...
I am keeping seeing deprecation warnings like this: DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass...
Read more >
How to ignore deprecation warnings in Python - Stack Overflow
If you're on Windows: pass -W ignore::DeprecationWarning as an argument to Python. Better though to resolve the issue, by casting to int.
Read more >
Sass deprecation warning / Susy-3.x branch issues - Drupal
DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("variable-exists")) instead ...
Read more >
Deprecations and Removals — pytest documentation
Deprecations and Removals¶. This page lists all pytest features that are currently deprecated or have been removed in past major releases.
Read more >
Google Play Billing Library version deprecation
How to fix APK or App Bundle updated to latest Play Billing Library but still triggering deprecation warning?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found