Deprecation warning still present in 4.0
See original GitHub issueHi 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:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue was fixed in
ember-app-scheduler@5.1.2
released a few hours ago. Uninstalling and reinstallingember-router-scroll
allowed npm to pickup the new version. Problem solved!See https://github.com/ember-app-scheduler/ember-app-scheduler/pull/962
Seeing this issue as well.