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
Hi, in the readme of this addon, it's written
Is there a way to hide the warning in the addon package (and also engine package)? Currently I'm seeing this warning in console.
Thank you