Modifier manager capabilities deprecating warning
See original GitHub issueSeeing this deprecation warning in Ember 3.28:
DEPRECATION: Versions of modifier manager capabilities prior to 3.22 have been deprecated. You must update to the 3.22 capabilities. [deprecation id: manager-capabilities.modifiers-3-13] See https://deprecations.emberjs.com/v3.x#toc_manager-capabilities-modifiers-3-13 for more details.
DEBUG: -------------------------------
DEBUG: Ember : 3.28.6
DEBUG: Ember Data : 3.27.1
DEBUG: Ember Model Validator : 3.10.0
DEBUG: Model Fragments : 5.0.0-beta.2
DEBUG: -------------------------------
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
DEPRECATION: Versions of modifier manager capabilities ...
I got this warning on my Ember App : DEPRECATION: Versions of modifier manager capabilities prior to 3.22 have been deprecated.
Read more >Versions of modifier manager capabilities prior to 3.22 have ...
After updating https://github.com/rust-lang/crates.io to Ember 3.26 I've started seeing deprecation warnings in the test suite: deprecate.js:136 ...
Read more >DEPRECATION: Versions of modifier manager capabilities ...
I got this warning on my Ember App : DEPRECATION: Versions of modifier manager capabilities prior to 3.22 have been deprecated.
Read more >Pitch: Omit deprecation warnings for same-file references
Hey Swift Evolvers, I'd like to propose a change that would suppress deprecation warnings when the reference to the deprecated declaration ...
Read more >DEPRECATE Pragma - Database - Oracle Help Center
The DEPRECATE pragma marks a PL/SQL element as deprecated. The compiler issues warnings for uses of pragma DEPRECATE or of deprecated elements.
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 Free
Top 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
No worries, thanks for reminding me to do a release. Will follow up with a minor release that removes
ember-modifier
Major apologies, after some more looking the issue seems to be caused by my dependence on
ember-sortable
and its use of an older version of@ember/render-modifiers
. I guess that version discrepancy makes it so thatember-highcharts
must use that older version in my app even though the newer version is specified. Just havingember-sortable
installed (w/o any of its components/modifers invoked) + the<HighCharts />
component causes the warning.Thanks for your help and quick responses.