emberjs / ember-optional-features

MIT License
40 stars 15 forks source link

How to hide deprecation warning in addons #210

Open ondrejsevcik opened 4 years ago

ondrejsevcik commented 4 years ago

Hi, in the readme of this addon, it's written

It is intended for use with apps only not addons.

Is there a way to hide the warning in the addon package (and also engine package)? Currently I'm seeing this warning in console.

DEPRECATION: The integration of jQuery into Ember has been deprecated and will be removed with Ember 4.0. You can either opt-out of using jQuery, or install the `@ember/jquery` addon to provide the jQuery integration. Please consult the deprecation guide for further details: https://emberjs.com/deprecations/v3.x#toc_jquery-apis

Thank you