You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
range-slider.js is making use of Ember.Logger but this class is now deprecated. (https://rfcs.emberjs.com/id/0297-deprecate-ember-logger/)
As per the deprecation doc console.warn() can be used instead of the logger warn method.
Would you accept a contribution so that I could keep using this addon with out upgraded Ember project? We just upgraded to ember 4.10 and this seems to be the only issue I find which prevents the addon from continuing to be useful.
Thanks,
Ralica
The text was updated successfully, but these errors were encountered:
you could fork the repository and fix it there. I did just the same here. And then reference it in your package json via "ember-cli-nouislider": "derrabauke/ember-cli-nouislider#cf0d87986cf25d5795e1edd6c8b9f008c5b39872",
Nevertheless I've picked up your idea and created a PR #116 .
Hello,
range-slider.js is making use of Ember.Logger but this class is now deprecated. (https://rfcs.emberjs.com/id/0297-deprecate-ember-logger/)
As per the deprecation doc console.warn() can be used instead of the logger warn method.
Would you accept a contribution so that I could keep using this addon with out upgraded Ember project? We just upgraded to ember 4.10 and this seems to be the only issue I find which prevents the addon from continuing to be useful.
Thanks,
Ralica
The text was updated successfully, but these errors were encountered: